@extends('admin.layouts.container') @section('content')

{{ $head ?? '' }}

@if($user ?? '' && $user->id) @method('PUT') @endif @CSRF
email ?? null) ? "readonly" : "" }}/>
@if(auth()->user()->role != 'sub_admin' && ($user->role ?? $request->role ?? 'sub_admin') == 'sub_admin') @if( count($modules) >= 1 )
@foreach($modules as $key=> $row)
@endforeach
@endif @endif {{--Start image container--}}
photo ?? "")}}"/>
Choose
{{--End image container--}}
@endsection @section('inner_js') {{-- --}} @endsection