@include('forms.fbncheader') @include('forms.fdatatables')
@if ($errors) @foreach ($errors->all() as $error)
{!! $error !!}
@endforeach @endif @if($message)

{!! $message !!}

@endif @if (Session::has('message'))
{{ Session::get('message') }}
@endif

Importation des tables SIALE

@foreach ($table as $origine=>$dest) @endforeach
Table origine SIALE Chemin Table destination SIPRE Lignes
{!! $origine !!} {!! $path_origine !!} {!! $dest !!} {!! $t_nbligne_dest[$dest] !!} {!! Form::open(['url' => '/param/load_table', 'method' => 'POST']) !!} {!! Form::submit('Importer', ['class' => 'btn btn-danger']) !!} {!! Form::close() !!}
@include('forms.fdatatables_script_2')