@section('title','Edit User') @include('layout.header') @include('layout.sidebar')

Edit User

@method('PUT') @csrf
@include('layout.footer')