@extends('layouts.master') @section('pagetitle') Demandes d'envoi des données - ADMIN ALTER IPSO @endsection @section('topband') @include('partials.topband_con') @endsection @section('sidebar') @include('partials.sidebar_admin', ['open' => 'prets']) @endsection @section('content')

DEMANDES D'ENVOI / MISE À JOUR DES DONNÉES

* Avant d'envoyer, vérifiez que la borne de l'établissement concerné est connectée au réseau
@include('partials.infos') @include('partials.errors')
Demandes En attente d'envoi
{{ count($attente) }}
Demandes en attente d'envoi
@foreach($attente as $att) ({{ $att->nom }}) ENVOYER SES DONNÉES @endforeach
@include('partials.footer')
@endsection