@extends('layouts.admin') @php $client_keyword = Auth::user()->getGuard() == 'client' ? 'client.' : ''; @endphp @push('css-page') @endpush @section('page-title') {{ __('Timesheet') }} @endsection @section('links') @if (\Auth::guard('client')->check())
{{ __("Sorry we can't find any timesheet records on this week.") }}
@if ($project_id != '-1' && Auth::user()->getGuard() != 'client')
{{ __('To add record go to ') }} {{ __('Add Task on Timesheet.') }}
@else
{{ __('To add timesheet record go to ') }}
{{ __('Projects') }}
@endif