@extends('dashboard') @section('content')
LISTE DES VERSEMENTS
@foreach($jnf as $j) @endforeach
Date
Libelle
Debit
Credit
{{ $j->created_at }}
{{ $j->libelle }}
{{ $j->debit }}
{{ $j->credit }}
Etes-vous sûr de vouloir le supprimer définitivement !
×
{{ csrf_field() }}
@endsection