@extends('layouts.partials.main') @section('Titre') Enregistrer un Fichier @endsection @section('tables') Fichier @endsection @section('content-pr')

Enregistrer un nouveau Fichier

@csrf @method('POST')

Enregistrer Fichier

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{--
--}}
{{--

--}}
{{-- Enregistrer --}}
@endsection