@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("Food Allergies")}}
{{__("Edit Food Allergy")}}
{{__("Dashboard")}}
{{__("Food Allergies")}}
{{__("Edit")}}
@endsection @section("content")
{{__("Edit Food Allergy")}}
id)}}" enctype="multipart/form-data"> @csrf @method("put")
{{__('Food Allergy Photo')}}
{{__('Upload Photo')}}
@error("food_allergy_image")
{{$message}}
@enderror
@if($food_allergy->getFirstMediaFile())
@endif
@endsection @section("scripts") @endsection