@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Food Allergies")}}

{{__("All Food Allergies")}}

@endsection @section("content") @include("includes.dialog")
@if(isPermissionsAllowed("control-food-allergy")) @endif
@if(isPermissionsAllowed("control-food-allergy")) @endif @foreach($food_allergies as $food_allergy) @if(isPermissionsAllowed("control-food-allergy")) @endif @endforeach
{{__("ID")}} {{__("Image")}}{{__("Control")}}
{{$food_allergy->id}} @if($food_allergy->getFirstMediaFile()) @endif id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$food_allergy->id}}" style="display: none" data-swal-title="{{__("Delete Food Allergy")}}" data-swal-text="{{__("Are You Sure To Delete This Food Allergy?")}}" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__("the Food Allergy has been deleted successfully")}}">@csrf @method("delete")
@endsection @section("scripts") @endsection