@extends('admin.layouts.master') @section('title','Edit User') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Edit User') }}
{{ csrf_field() }} {{ method_field('PUT') }}

{{ __('Personal Details') }}

@if(Auth::User()->role=="admin") @endif @if(Auth::User()->role=="instructor") @endif

{{ __('Address') }}

{{ __('Recommended size') }} (410 x 410px)
{{ __('Upload') }}
@if($user->user_img != null || $user->user_img !='')
User Image
@else
User Image
@endif

{{ __('Social Profile') }}


email_verified_at != NULL ? 'checked' : '' }} />

status == '1' ? 'checked' : '' }} />

@endsection @section('script') @endsection