@extends('layouts.app') @section('content')
Utilisateur | Type | Activité | Horaire | Personnes à transporter | @foreach($drives as $drive)
---|---|---|---|---|
@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)) !!} |