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