@extends('layouts.admin') @section('page-title') {{$project->project_name.__("'s Timesheet")}} @endsection @section('breadcrumb') @endsection @section('action-button') {{__('Back')}} @endsection @section('content')
@can('create timesheet') @endcan
{{ __("We couldn't find any data") }}

{{ __("Sorry we can't find any timesheet records on this week.") }}

{{ __("To add timesheet record go to Add Task on Timesheet") }}

@endsection @push('css-page') @endpush @push('script-page') @endpush