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

Food Allergies

Create Food Allergy

@endsection @section("content")

Create Food Allergy

@csrf
@error("text_en")
{{$message}}
@enderror
@error("text_ar")
{{$message}}
@enderror
@endsection @section("scripts") @endsection