@section('navbar-dashboard') @include('layouts.partials.dashboard.navbar') @endsection @section('sidebar-dashboard') @include('layouts.partials.dashboard.sidebar') @endsection @section('laporan-active') active @endsection @section('transaksi-member-active') active @endsection
@if (session()->has('info-success'))
{{ session('info-success') }}
@endif
Laporan Transaksi Pendaftaran Member
{{-- --}}
Jumlah Transaksi : {{ $jumlah_transaksi }} | Jumlah Pemasukan : RP. {{ number_format($jumlah_pemasukan , 0, ',', '.') }}
@foreach ($trans as $tran) @endforeach
# Nama Telepon Bulan Hari Biaya Bukti Pembayaran
{{ $trans->firstItem() + $loop->index }} {{ $tran->member->nama }} {{ $tran->member->telepon }} {{ Carbon\Carbon::parse($tran->member->bulan)->format('F Y') }} {{ $tran->member->hari }} RP. {{ number_format($tran->total_biaya , 0, ',', '.') }} Lihat
{!! $trans->links() !!} {{-- 'pagination::bootstrap-4' --}}