@extends('layouts.mainlayout') @section('title', 'Manage Schedule') @section('main')
Add Schedules
@csrf

Team Name:- {{@$team->team}}


@foreach($teamUsers as $teamUser) {{$teamUser->user['name']}} @foreach($teamShifts as $teamShift) @if($teamShift->shift != NULL) @endif @endforeach
Work Days M T W T F S S
{{$teamShift->shift->shift}}
@endforeach
Add Another Schedule View All Schedule
@endsection @section('js') @endsection