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

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

Career Path Legend

    @foreach ($careerPath as $career)
  • {{-- --}} {{$career->name}}
  • @endforeach
@include('schedule.partials.schedule_list', array('profiles'=>$profiles,'mondayDate'=>$mondayDate,'tuesdayDate'=>$tuesdayDate,'wedDate'=>$wedDate,'thursDate'=>$thursDate,'friDate'=>$friDate,'saturdayDate'=>$saturdayDate,'sundayDate'=>$sundayDate,'schedule'=>$schedule,'team'=>$team,'shifts'=>$shifts))

Shifts Legend

Shift Notification
@if ((!empty($loggedUserDetails['team_trainer_id']) && $loggedUserDetails['team_trainer_id'] > 0 && $loggedUserDetails['role'] != 0) || $loggedUserDetails['role'] == 2)
New Schedule Notification Duplicate Schedule @if(!empty($check_schedule) && $check_schedule->active==0) Publish Schedule @endif
@endif
    @foreach ($shifts as $shift)
  • {{ucwords($shift->name)}} ({{$shift->start}})
  • @endforeach
@endsection @section('sub_header')
Schedule 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