@extends('layouts.genindex') @section('title') ANUGERAH USAHAWAN MARA (AURA) @endsection @section('subtitle', 'Buat bayaran Anugerah Usahawan MARA') @section('filter-buttons')
@include('layouts.perPage') @endsection @section('filter-fields')
{{ $programs->total() }} program di temui
@endsection @section('list') @if($programs->count() <= 0)
@else @foreach($programs as $r)
{{ $r->name }}
Sesi: {{ $r->program_start->format('d M Y') }} - {{ $r->program_end->format('d M Y') }}
Tarikh Tutup: {{ $r->end_date->format('d M Y, g:i A') }}

@endforeach @endif
{{ $programs->onEachSide(1) ->appends(request()->query()) ->appends(["perPage" => request()->perPage ]) ->appends(["PMN" => request()->negeri ]) ->links() }}
@endsection