@extends('dashboard') @section('content')
Date | Type de charge | Libellé | Montant | Site | Action | @foreach($notefrai as $n) @foreach(App\Models\Programme::all() as $p) @if($p->id == $n->id_site)
---|---|---|---|---|---|
{{ $n->created_at }} | {{ $n->type }} | {{ $n->libelle }} | {{ $n->montant }} | {{ $p->site }} |