@extends('layouts.main') @section('content')

Timesheet for {{ isset($schedule->name) ? $schedule->name : ''}}

Show Disable Profile
@include('schedule.timesheet_partials.timesheet_table')

Shifts Legend

    @foreach ($shifts as $shift)
  • {{ucwords($shift->name)}} ({{$shift->start}})
  • @endforeach
@endsection @section('sub_header')
Timesheet for {{$team->team_name}}
@if ($loggedUserDetails['guard'] == 'user') @endif
@endsection @section('theam_css') @endsection @section('page_css') @endsection @section('js_file') @endsection @section('page_js') @endsection