@extends('layouts.app') @section('title', 'Nouveau tarif') @section('content') « Retour

Ajouter un tarif

@csrf
@foreach(\App\Models\PriceList::select('prelevement_name')->distinct()->pluck('prelevement_name') as $name)
Annuler
@endsection