@extends('resource.edit') @php $links['back'] = guard_url('patient/patient'); $links['form'] = guard_url('patient/patient') . '/' . $patient->getRouteKey(); @endphp @section('icon') @stop @section('title') {!! __('patient::patient.title.main') !!} @stop @section('sub.title') {!! __('patient::patient.title.edit') !!} @stop @section('breadcrumb')
  • {{ __('app.home') }}
  • {!! __('patient::patient.name') !!}
  • {{ __('app.edit') }}
  • @stop @section('tabs') @stop @section('tools') @stop @section('content') @include('patient::patient.partial.entry', ['mode' => 'edit']) @stop @section('actions')
    @stop