@extends('layouts.app') @section('title') {{__('Create Patient')}} @endsection @section('breadcrumb')

{{__('Patients')}}

@endsection @section('content') @if (session('danger'))
{{ session('danger') }}
@endif @if (session('date'))
{{ session('date') }}
@endif

{{__('Create Patient')}}

@csrf @include('admin.patients._form')
@endsection @section('scripts') @endsection