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