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

{{__("Food Allergies")}}

{{__("Edit Food Allergy")}}

@endsection @section("content")

{{__("Edit Food Allergy")}}

id)}}" enctype="multipart/form-data"> @csrf @method("put")
@error("food_allergy_image")
{{$message}}
@enderror
@if($food_allergy->getFirstMediaFile()) {{$food_allergy->id}}@endif
@endsection @section("scripts") @endsection