@extends('layouts.profile') @section('sub-content')
Demandes pour vos trajets
@include('user.profile.modules.requests', array('requests' => $othersRequests, 'own' => false))
Vos demandes
@include('user.profile.modules.requests', array('requests' => $ownRequests, 'own' => true))
@endsection