@extends('layouts.master') @section('pagetitle') Choix Services - {{ Auth::user()->etab()->first()->nom }} @endsection @section('topband') @include('partials.topband_con') @endsection @section('sidebar') @include('partials.sidebar_con', ['open' => 'tarifs']) @endsection @section('content')

CHOIX SERVICES

@include('partials.errors') @include('partials.infos')
Abonnement Bouquets Tv
@foreach($bouquets as $bouquet) @endforeach
BOUQUET CHAINES TV PRIX /JOUR OPÉRATION
{{$bouquet['name']}} {{$bouquet['prix']}} @if ($bouquet['exists'] == false) @else @endif
{{ csrf_field() }}
@if($tarifs != null) @else @endif
ABONNEMENT VOD


{{ csrf_field() }}
@if($tarifs != null) @else @endif
ABONNEMENt CASQUE JETABLE
{{ csrf_field() }}
@if($tarifs != null) @else @endif
@if($tarifs != null) @else @endif
@include('partials.footer')
@endsection