@yield('styles')
Gestion Commerciale
Gestion Commerciale
@if(Session::get('orderCounter'))
{{ Session::get('orderCounter') }}
@endif
Se Déconnecter
@include('partials.menu')
@yield('content')
{{ csrf_field() }}
@if(Auth::user()->roles[0]->title == 'Admin' ||Auth::user()->roles[0]->title == 'Direction') @endif @if(Auth::user()->roles[0]->title == 'Commerciale') @endif @if(Session::has('success')) @endif @if(Session::has('infos')) @endif @if(Session::has('warning')) @endif @if(Session::has('error')) @endif @yield('scripts')