@extends('layouts.app') @section('content') @if ($message= Session::get('success'))
@endif
Menus d'insertion et affichage des données
@if(count($programmation)>0)
Paiement Rappel
@foreach($programmation as $programmations) @endforeach
N° FNR Nom Matricule Montant Net Payer par
{{$programmations->fnr}} {{$programmations->nom}} {{$programmations->matricule}} {{$programmations->montantpaie}} {{$programmations->agent_pay}}
@endif @endsection