@extends('dashboard') @section('content')

LISTE DES PENALITES

@foreach($penalites as $p) @endforeach
Client Montant Mois Date Action
{{$p->prenom .' '. $p->nom}} {{ $p->montant }} {{ $p->mois }} {{ $p->updated_at }} @if(Auth::user()->type == 'Super Administrateur') @endif
@endsection