@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('templateprofileschedule.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

@if ((!empty($loggedUserDetails['team_trainer_id']) && $loggedUserDetails['team_trainer_id'] > 0 && $loggedUserDetails['role'] != 0) || $loggedUserDetails['role'] == 2) @endif
    @foreach ($shifts as $shift)
  • {{ucwords($shift->name)}} ({{$shift->start}})
  • @endforeach
@endsection @section('sub_header')
Schedule for {{$team->team_name}}
@if (!empty($loggedUserDetails['team_trainer_id']) && $loggedUserDetails['team_trainer_id'] > 0 && $loggedUserDetails['role'] != 0)
@foreach($teams as $team) {{$team->team_name}} @endforeach
@endif
@endsection @section('theam_css') @endsection @section('page_css') @endsection @section('js_file') @endsection @section('page_js') @endsection