@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()) @else @endif @if ($project_id != '-1') @if (\Auth::guard('client')->check()) @else @endif @else @endif @endsection @section('action-button')
@if (isset($currentWorkspace) && $currentWorkspace) @if ($project_id != '-1' && Auth::user()->getGuard() != 'client')
@endif @endif
@if ($project_id != '-1')
@endif
@endsection @section('content') @if ($currentWorkspace)
{{ __("We couldn't find any data") }}
@endif @endsection @push('scripts') @endpush