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

CONTROLE DE LA BORNE

@include('partials.errors') @include('partials.infos')
Commandes de contôle
{{ csrf_field() }}
@include('partials.footer')
@endsection