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