@extends('resource.index') @php $links['create'] = guard_url('timesheet/timesheet/create'); $links['search'] = guard_url('timesheet/timesheet'); @endphp @section('icon') @stop @section('title') {!! __('timesheet::timesheet.title.main') !!} @stop @section('sub.title') {!! __('timesheet::timesheet.title.list') !!} @stop @section('breadcrumb')
  • {{ __('app.home') }}
  • {!! __('timesheet::timesheet.name') !!}
  • {{ __('app.list') }}
  • @stop @section('entry')
    @stop @section('list') @include('timesheet::timesheet.partial.list.' . $view, ['mode' => 'list']) @stop @section('pagination') {!!$timesheets->links()!!} @stop @section('script') @stop @section('style') @stop