@extends('layouts.admin') @section('title') {{$project->title.__("'s Timesheet")}} @endsection @section('action-button') @endsection @php $permissions = \Auth::user()->getPermission($project->id); @endphp @section('content')
@if(isset($permissions) && in_array('show as admin timesheet',$permissions))
@endif @if(isset($permissions) && in_array('create timesheet',$permissions)) @endif
{{ __("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('script') @endpush