@extends('layouts.app') @section('title', trans('menu.extra_hour_title')) @section('page-styles') @endsection @section('content')
@include('layouts.partials.single-page-header', [ 'menu' => [ 'image' => asset('images/side-bar-icon/urenregistratie_orange.svg'), 'links' => [ [ 'route' => route('users.vacationhours.index', $id), 'text' => __('menu.vacationhour_title'), 'active' => 0, ], [ 'route' => route('users.leaves.index', $id), 'text' => __('menu.absence_title'), 'active' => 0, ], [ 'route' => route('users.overtimes.indexByUserOverView', $id), 'text' => __('menu.extra_hour_title'), 'active' => 1, ], [ 'route' => route('users.overtimes.compensations', $id), 'text' => __('forms.overtime_compensation_history'), 'active' => 0, ], ], ], ]) @include('timetracker::overtimes.filters', ['permissionCheck' => 0, 'isTeam' => 1]) {{-- --}}
{{ trans('forms.lbl_day') }}{{ __('tables.date') }} {{ __('tables.hours') }} {{ __('tables.note_title') }} {{ __('tables.status_title') }} {{__('tables.requested_by')}} {{ __('tables.action_title') }}
{{ __('tables.total_hours') }} 0
@stop @section('panel-content') @include('timetracker::overtimes.show') @include('timetracker::overtimes.form') @stop @section('footer-script') @include('timetracker::overtimes.scripts') @endsection