@extends('AdminPanel.layouts.main') @section('main-section')

Les cotisations

{{ session()->get('msg') ?? null }}
{{--

This is Your Category

--}}
@foreach ($cate as $item) @endforeach {{-- --}}
Id Nom du membre Date de cotisation Période Montant
{{ $item->membre_id }} {{ $item->nom }} {{ $item->prenoms }} {{ $item->date_cotise }} {{ $item->mois }}/{{ $item->annee }} {{ number_format($item->montant, 0, ',', ' ') }}
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
@endsection @section('scripts') @endsection