@extends('layouts.app') @section('content')
Ils conduisent Vous conduisez
Prochains trajets
@if(count($drives) > 0) @foreach($drives as $drive)
Utilisateur Type Activité Horaire Personnes à transporter
@if($drive->user_id == $userId) {!! \App\GlobalUtil::getDriverLabel(null) !!} @else {{--{{ $drive->user->name }}--}} {{--
--}} {!! \App\GlobalUtil::getDriverLabel($drive->user->name) !!} @endif
@if($drive->addressTo->id == $organizationAddressId) Aller @else Retour @endif {{$drive->eventOccurrence->event->name}} {{$drive->displaySchedule($organizationAddressId)}}
{!! \App\GlobalUtil::getDaysLabel($drive->getDepartureHour($organizationAddressId)) !!}