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

{{__('Patients')}}

@endsection @section('content')

{{__('Create Patient')}}

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