@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 }}  
@endsection