@if (count($drives) > 0)
@if (strcmp(Request::segment(2), 'allyear') === 0)
@include('drive.list.allyear', array('drives' => $drives, 'page' => 'list'))
@else
@include('drive.list.occasional', array('drives' => $drives, 'page' => 'list'))
@endif
@else
Aucun trajet trouvé
@endif