@extends('layouts.master') @section('sidebar') @parent
This is appended to the master sidebar.
@stop @section('content')
@csrf
Banques
No
@if(!empty($banques)) @foreach($banques as $banque) @if($banque->id == $bank)
{{$banque->name}}
@endif @if($banque->id != $bank)
{{$banque->name}}
@endif @endforeach @endif
Numero Ticket
@if($error==true)
Ticket Introuvable!
@endif
@if($arrayTicket != null)
Numero Ticket
Sequence
Mise
Gain
Statut
Banque
Actions
@endif @stop