@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' => 'mobile_tarif']) @endsection @section('content')

Type of date and Tarifs

@include('partials.errors') @include('partials.infos')
Abonnement Offres
@foreach($offres as $offre) @endforeach
OFFRES TYPE TARIFS OPÉRATION
{{$offre['offre_name']}} {{$offre['offre_type']}} {{count($offre['tarifs'])}} @if ($offre['offre_exist'] == false) @else @endif
@include('partials.footer')
@endsection