@php use Carbon\Carbon; // Sort the team users alphabetically by the user's name $sortedTeamUsers = $teamUsers->sortBy(function($user) { return $user->user->name . ' ' . $user->user->lastName; }); @endphp @extends('layouts.mainlayout') @section('title', 'Manage Schedule') @section('main')