@extends('admin.admin') @section('title', 'Tous les Mandats') @section('content')

{{$mandats->total()}} Mandats au Total

{{--
  • Trier par:
--}}
@if ($mandats->total() == 0)

Vous n'avez pas encore de propriétés enregistrées pour le moment.
Vous pouvez cliquer sur le bouton en haut à droite pour nous confier votre premier bien.

@endif {{--@include('admin.shared.flash')--}}
@foreach ($mandats as $mandat) {{-- @if ($mandat->agent != null) @else @endif --}} @endforeach
Mandat Type Date d'ajout Bien Concerné Propriétaire Actions
{{--
--}}

{{ $mandat->libelle }}

{{--

{{ $bien->adresse }}

{{ $bien->prix }} F CFA/mo--}}
{{$mandat->type}} {{$mandat->created_at}} {{ $mandat->bien->titre}}
Agent
{{$mandat->agent->userInfo->nom}}
{{$mandat->agent->userInfo->prenoms}}
Agence
{{$mandat->agence->raisonSociale}}
{{$mandat->user->userInfo->nom}}
{{$mandat->user->userInfo->prenoms}}
  • {{--
  • {--
  • @csrf @method('delete')
  • --}}
{{--$biens->links("admin.shared.pagination")--}}
{{$mandats->links("pages.shared.pagination")}}
@endsection