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

{{ $head ?? '' }}

@if($user ?? '' && $user->id) @method('PUT') @endif @CSRF
@if(auth()->user()->role != 'sub_admin')
@endif
@if (!($user ?? '' && $user->id)) @else @endif
@endsection @section('inner_js') @endsection