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

{{ $head ?? '' }}

@if($user ?? '' && $user->id) @method('PUT') @endif @CSRF
@if ($user ?? null && $user->role == 'sub_admin')
@endif
@if( count($categories) >= 1 )
@foreach($categories as $key=> $row)
@endforeach
@endif
enable_notification ?? null == 1) || old('enable_notification') == 1 ? 'checked' : '' }} value="1" class="custom-control-input" id="enable_notification" name="enable notification">
{{--Start image container--}}
photo ?? "")}}"/>
Choose
{{--End image container--}}
@foreach($modules as $key=> $row)
@endforeach
@endsection @section('inner_js') {{-- --}} @endsection