@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-booking-active') active @endsection
@if (session()->has('info-success'))
{{ session('info-success') }}
@endif
Laporan Transaksi Booking Lapangan
{{-- --}}
Jumlah Transaksi : {{ $jumlah_transaksi }} | Jumlah Pemasukan : RP. {{ number_format($jumlah_pemasukan , 0, ',', '.') }}
@foreach ($trans as $tran) @endforeach
# Nama Telepon Alamat Email Total Harga Status Detail Transaksi Bukti Pembayaran
{{ $trans->firstItem() + $loop->index }} {{ $tran->nama }} {{ $tran->telepon }} {{ $tran->email }} {{ $tran->alamat }} RP. {{ number_format($tran->total_biaya , 0, ',', '.') }} {{ $tran->status }} Lihat Lihat
{!! $trans->links() !!} {{-- 'pagination::bootstrap-4' --}}