@extends('layouts.app') @section('header')
@endsection @section('content')
Add Patient
{{ csrf_field() }}
{{--
--}}
@endsection @section('scripts') @endsection