@extends('layouts.app') @section('title', 'Ajouter un tarif') @section('content')

Ajouter un tarif

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

• {{ $e }}

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