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

{{ __('Personal Details') }}

{{ __('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('scripts') @endsection