@method(@$Method) @csrf

{{__("admin.project.Categories")}}

...
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('title_en')) {{ $errors->first('title_en') }} @endif
@if(@$selectedItem->photo != null) @endif
@if(@$selectedItem->photo != null)
@endif @if ($errors->has('productImage')) {{ $errors->first('productImage') }} @endif
{{__("admin.content.contents.Disable or Enable")}} @if ($errors->has('record_state')) {{ $errors->first('record_state') }} @endif
@if(@$Method=="PATCH") @csrf @if(@$selectedItem->deleted_at == null) @endif @else @endif
@section('pageJsCode') @stop