Registration

My Registrations List


New Registration {{-- {{ dd($regap) }}--}}
@php $r=$regs->count(); @endphp @forelse ($regs as $reg)
REG# {{ $r-- }}
{{ csrf_field() }} @method('DELETE')
SESSION {{ $reg->entrysession->name }}
SEMESTER {{ $reg->semester }}
INSURANCE {{ $reg->insurance->shortname }}
INSURANCE # {{ $reg->insuranceno }}
SPONSOR {{ $reg->sponsor->shortname }}
PROGRAM {{ $reg->program->name }}
VERDICT {{ $reg->verdict->name }}
COURSE {{ $reg->course->name }}
BRANCH {{ $reg->branch->name }}
YEAR {{ $reg->year }}
CREATED AT {{ $reg->created_at }}
UPDATED AT {{ $reg->created_at }}
APPROVED ? {{ $reg->confirmed?'YES':'NO' }}
APPROVAL
@forelse ($reg->regapproval as $regap) @empty @endforelse
{{ $regap->regapprovaltype->name }} {{ $regap->approved ? 'APPROVED':'NOT APPROVED' }}
NOT CONFIRMED YET
@empty
YOU DO NOT HAVE ANY REGISTRATION YET
To be able to register for semesters, make sure your application is complete, submitted, and accepted!
@endforelse