@extends('layouts.admin') @section('title') {{$project->title.__("'s Timesheet")}} @endsection @section('action-button') @endsection @php $permissions = \Auth::user()->getPermission($project->id); @endphp @section('content')
{{ __("Sorry we can't find any timesheet records on this week.") }}
{{ __("To add timesheet record go to Add Task on Timesheet") }}