@extends('layouts.dash') @section('title') Importations général @stop @section('content')

Résultat de l'importation

@if (Session::has('message'))
{!! Session::get('message') !!}
@endif
@endsection @section('scripts') @endsection