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