@extends('layouts.master') @section('sidebar') @parent

This is appended to the master sidebar.

@stop @section('content')

Liste des loyers




@if(empty($loyers))

@endif @if(!empty($loyers)) @foreach($loyers as $loyer) {{-- @if($loyer->delet_status==false) --}} {{-- @endif --}} @endforeach @endif
Immeuble Bailleur Début contrat Fin contrat Date Signature Zone Montant Statut Enregistré Actions
{{$loyer->name_immeuble}} {{$loyer->bailleur_nom}} {{$loyer->bailleur_prenom}} {{ \Carbon\Carbon::parse($loyer->date_debut)->format('d-m-Y') }} {{ \Carbon\Carbon::parse($loyer->date_fin)->format('d-m-Y') }} {{ \Carbon\Carbon::parse($loyer->date_signature)->format('d-m-Y') }} {{$loyer->zone}} {{$loyer->cout}} HTG {{$loyer->actif==1?'Actif':'Inactif'}} {{ \Carbon\Carbon::parse($loyer->created)->format('d-m-Y') }}
@stop