@extends('layouts.app_admin') @section('content')
Liste des paiements
@if(Session::has('message'))

{{Session::get('message')}}

@endif @if(Session::has('error'))

{{Session::get('error')}}

@endif
@foreach($pay as $ins) @endforeach
Référence Etudiant Université filière Montant payé Action
{{$ins->reference_inscri}} {{$ins->nom}} {{$ins->prenom}} {{$ins->nom_uni}} {{$ins->nom_filiere}} {{$ins->montant_pay}}
@endsection