@extends('layouts.main') @section('page_css') @endsection @section('content')
@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))
    @foreach ($shifts as $shift)
  • {{ucwords($shift->name)}} ({{$shift->start}})
  • @endforeach

Career Path Legend

@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
@if ($loggedUserDetails['guard'] == 'user') Change Team @endif
@endsection @section('theam_css') @endsection @section('page_css') @endsection @section('js_file') @endsection @section('page_js') @endsection