@extends('dashboard') @section('content')
NOUVELLE NOTE DE FRAIS

LISTE DES NOTES DE FRAIS

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