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

This is appended to the master sidebar.

@stop @section('content')

Liste des Promotions




@if(empty($promotions))

@endif @if(!empty($promotions)) @foreach($promotions as $promotion) @if($promotion->delet_status==false) @endif @endforeach @endif
Promotion Jeux Loterie Montant Min Prix Nombre de Paris 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