@extends('layouts.students.master') @section('title') {{__('Dashboard | '.env('APP_NAME'))}} @endsection @section('content')

Dashboard

@if(session('successMessage'))
{{ session('successMessage') }}
@endif
@if(checkPaymentStatus(Auth::guard('student')->user()->username)) @endif @if(schoolInformation()['payment_gateway_status'] == 'Federal') @if(checkPaymentStatus(Auth::guard('student')->user()->username)) @else @endif @endif

{{ $registrationDetail->remarks }}

{{ $registrationDetail->result }}

@endsection