@section('navbar-dashboard') @include('layouts.partials.dashboard.navbar') @endsection @section('sidebar-dashboard') @include('layouts.partials.dashboard.sidebar') @endsection @section('paket_lapangan-active') active @endsection
@if (session()->has('info-success'))
{{ session('info-success') }}
@endif
Kelola Paket Lapangan
@if ($selected_paket) @endif

Filter Paket :

Filter Hari :

@foreach ($pakets as $paket) @endforeach
# Nama Lapangan Kode Paket Jam Weekend Harga
id) checked @endif>
{{ $pakets->firstItem() + $loop->index }} {{ $paket->lapangan->nama_lapangan }} - {{ $paket->lapangan->nomor_lapangan }} {{ $paket->kode_paket }} {{ $paket->jam }} {{ $paket->weekend }} RP. {{ number_format($paket->harga , 0, ',', '.') }}
{!! $pakets->links() !!} {{-- 'pagination::bootstrap-4' --}}