@extends('layouts.admin_layout') @section('content')

List of all Grant Applications

Go to main website
View →

Grant Applications ({{ count($grants) }})


@forelse($grants as $grant) @empty

No Grant Applications!!




@endforelse
User Grant Status Application Date Actions
@if($grant->status == 1) Seen @else Pending @endif {{ date('M j Y', strtotime($grant->created_at)) }}
@if($grants->currentPage() != 1) «  @for($i=1; $i<=$grants->lastPage(); $i++) @if($i== $grants->currentPage()) {{ $i }}  @else {{ $i }}  @endif @endfor @if($grants->currentPage() != $grants->lastPage()) » @endif @else 1 » @endif
Showing {{ $grants->firstItem() }}–{{ $grants->lastItem() }} of {{ $grants->total() }} results
@endsection