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