@extends('layouts.genindex') @section('title') Acara Khas MARA @endsection @section('subtitle', 'Daftar dan buat bayaran acara khas anjuran MARA') @section('filter-buttons') @endsection @section('filter-fields')
{{ $acara->total() }} acara ditemui
@endsection @section('list') @if($acara->count() <= 0)
@else @foreach($acara as $a)
{{ $a->name }}
{{ $a->location }}
Sessi: {{ $a->session }}
Tarikh Tutup: {{ $a->reg_end }}
kuota
{{ $a->remaining_quota }}/{{ $a->allocated_quota }}

@endforeach @endif
{{ $acara->onEachSide(1) ->appends(request()->query()) ->links() }}
@endsection @section('page_scripts') @endsection