@extends ('layouts.template') @section('content')
New Patient
@if (session('message'))
{{ session('message') }}
@endif
@endsection