@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')