@extends('layouts.portal') @section('title', __('patients.new') . ' — ' . config('app.name')) @section('page_title', __('patients.new')) @section('content')
@csrf @include('portal.patients._form')
{{ __('common.cancel') }}
@endsection