@extends('layout.admin_layout') @section('title', 'Allergy') @section('body') @section('header', 'Allergy Edit') @section('badge') @endsection
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
{{ csrf_field() }}
@endsection