@extends('dashboard') @section('content')
Client | Montant | Mode de paiement | Fichier | Mois | Date | Action | @foreach($versements as $v)
---|---|---|---|---|---|---|
{{$v->prenom .' '. $v->nom}} | {{ $v->montant }} | {{ $v->mode_paiement }} | {{ $v->fichier }} | {{ $v->mois }} | {{ $v->updated_at }} | @if(Auth::user()->type == 'Super Administrateur') @endif |