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

This is appended to the master sidebar.

@stop @section('content')

Liste des Immeubles




@if(empty($promotions))

@endif @if(!empty($promotions)) @foreach($promotions as $promotion) @if($promotion->delet_status==false) @endif @endforeach @endif
Image Immeuble Loyer Echéance Commune / Zone Statut Actions
{{$promotion->promotion}} {{$promotion->label_game}} @if($promotion->all_lottery) Toutes les lottiries @endif @if($promotion->all_lottery==false) {{$promotion->lottery_label}} @endif {{$promotion->condition_price}} {{$promotion->prix_miz}} HTG {{$promotion->qty_paris}}
@stop