@extends('layouts.dash') @section('title') Importations général @stop @section('subtitle_card',"") @section('styles') @endsection @section('content')

Importer des écritures

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

Importer

{{csrf_field()}}
Importer un fichier
@endsection @section('scripts') @endsection