@extends('layouts.app') @section('title', 'Ajouter une taxe') @section('content')

Ajouter une taxe

@if($errors->any())
@foreach($errors->all() as $e)

• {{ $e }}

@endforeach
@endif
@csrf @include('taxes._form')
Annuler
@endsection