@extends('layouts.admin') @section('title') {{__('Timesheet List')}} @endsection @section('content')
{{ __("We couldn't find any data") }}

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

{{ __("To add timesheet record go to ") }}{{__('projects')}}.

@endsection @push('script') @endpush