@extends('layouts.applicant') @section('nav-links') @include('imports.p-nav-links',['navItem'=> 'apply']) @endsection @section('contents') @if(Session::has('success')) Info Application is done successfully. Pay Now! @php Session::forget('success'); @endphp Close @elseif(Session::has('failed')) Info {{Session::get('failed')}} @php Session::forget('failed'); @endphp Close @endif Apply Circular @if($circulars->count()) @csrf Circular* Choose Your Circular @foreach($circulars as $circular) {{$circular->title}} @endforeach Post* *Choose Your Post Department/Office* *Choose a Department/Office N.B. Please check your profile carefully before apply as profile will be locked after successful payment. @if(intval($profile->profile_id)) Apply Now @else @include('widgets.i-alerts',['msg'=> 'Please complete your profile first']) @endif @else @include('widgets.d-alerts',['msg'=> 'There is no circular running right now.']) @endif @include('widgets.spinner') @endsection @section('scripts') @endsection
{{Session::get('failed')}}
N.B. Please check your profile carefully before apply as profile will be locked after successful payment.