@extends('adminag.adminag') @section('title', 'Tous les Mandats') @section('content')
{{$mandats->total()}} Mandats au Total
| Mandat | Type | Date d'ajout | Bien Concerné | Propriétaire | Actions | ||
|---|---|---|---|---|---|---|---|
|
{{--
|
{{$mandat->type}} | {{$mandat->created_at}} | {{ $mandat->bien->titre}} | {{-- @if ($mandat->agent != null)
Agent
{{$mandat->agent->userInfo->nom}}{{$mandat->agent->userInfo->prenoms}} |
@else
Agence
{{$mandat->agence->raisonSociale}} |
@endif
--}}
{{$mandat->user->userInfo->nom}}{{$mandat->user->userInfo->prenoms}} |