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

{{ $head ?? '' }}

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