@extends('layouts.admin') @section('title') Prestations @endsection @section('content')
@if(session()->has('success'))
@endif @if(session()->has('errors'))
@endif

Liste des Prestations

@foreach($prestations as $prestation)
N°. Titre Status
001401 {{ $prestation->titre }} Actif
@csrf @method('DELETE')
@endsection @section('script') @endsection