| {{ $loop->index + 1 }} |
{{ $cg->title }}
Year
{{ $cg->year }}
Ceremony Wise Guest Ticket
{{ $cg->guest_ticket_ceremonywise }}
Status
{!! statusHtml($cg->status) !!}
|
@include('graduation.partials.ceremony-dates', ['graduation' => $cg])
|
@if($cg->canDelete())
@endif
|
@endforeach