@extends("layouts.dashboard.app") @section("page-nav-title")

{{__('Food Allergies')}}

{{__('Control and view food allergies')}}

@endsection @section("content") @include("layouts.main-parts.page-message") {{__('Create New Food Allergy')}}
@foreach($foodAllergies as $foodAllergy) @endforeach
#ID {{__('Text En')}} {{__('Text Ar')}} {{__('Control')}}
{{$foodAllergy->id}} {{$foodAllergy->text_en}} {{$foodAllergy->text_ar}} id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$foodAllergy->id}}" style="display: none" data-swal-title="Delete Food Allergy" data-swal-text="Are Your Sure To Delete This Food Allergy ?" data-yes="Yes" data-no="No" data-success-msg="the food allergy has been deleted succssfully">@csrf @method("delete")
@endsection @section("scripts") @endsection