@extends('layouts.main') @section('page_css') @endsection @section('content')
@include('schedule.ymm_kansas.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 ($loggedUserDetails['guard'] == 'user') Change Team @endif
@endsection @section('theam_css') @endsection @section('page_css') @endsection @section('js_file') @endsection @section('page_js') @endsection