@extends('layouts.master') @section('sidebar') @parent
This is appended to the master sidebar.
@stop @section('content')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'}} | --}}{{ $loyer->expiration == 1 && $loyer->actif == 1 ? 'Expiré' : '' }} {{ $loyer->expiration == 1 && $loyer->actif == 0 ? 'Inactif' : '' }} {{ $loyer->expiration == 0 && $loyer->actif == 1 ? 'Actif' : '' }} {{ $loyer->expiration == 0 && $loyer->actif == 0 ? 'Inactif' : '' }} | {{ \Carbon\Carbon::parse($loyer->created)->format('d-m-Y') }} |
|