@section('navbar-dashboard') @include('layouts.partials.dashboard.navbar') @endsection @section('sidebar-dashboard') @include('layouts.partials.dashboard.sidebar') @endsection @section('booking-active') active @endsection
@if (session()->has('info-success'))
{{ session('info-success') }}
@endif
Kelola Daftar Booking
@if ($selected_transaksi) @endif

Filter Status :

Tanggal :

Bulan :

@if($this->searchTerm) @endif
{{-- --}} @foreach ($transaksi as $tran) {{-- --}} {{-- --}} @endforeach
# Kode Transaksi Jam Booking Tanggal Booking Status Down Payment Tanggal Bayar Jam BayarDiscountTotal Biaya Tambahan Nama Nomor HP Alamat Email Bukti Pembayaran
id) checked @endif>
{{ $transaksi->firstItem() + $loop->index }} {{ $tran->kode_transaksi }} {{ Carbon\Carbon::parse($tran->created_at)->format('H:i') }} {{ Carbon\Carbon::parse($tran->tanggal_booking)->format('d F Y') }} {{ $tran->bukti_transaksi && $tran->status == 'belum_bayar' ? 'Menunggu Verifikasi' : $tran->status }} {{ $tran->down_payment ? 'RP. '. number_format($tran->down_payment , 0, ',', '.') : null }} {{ $tran->tanggal_bayar ? Carbon\Carbon::parse($tran->tanggal_bayar)->format('d F Y') : '' }} {{ $tran->tanggal_bayar ? Carbon\Carbon::parse($tran->tanggal_bayar)->format('H:i:s') : '' }} {{ $tran->discount }}%RP. {{ number_format($tran->total_biaya , 0, ',', '.') }} {{ $tran->tambahan }} {{ $tran->nama }} {{ $tran->telepon }} {{ $tran->alamat }} {{ $tran->email }} Download
{!! $transaksi->links() !!} {{-- 'pagination::bootstrap-4' --}}