@extends('layouts.applicant') @section('nav-links') @include('imports.p-nav-links',['navItem'=> 'apply']) @endsection @section('contents')
@if(Session::has('success')) @elseif(Session::has('failed')) @endif

Apply Circular


@if($circulars->count())
@csrf

N.B. Please check your profile carefully before apply as profile will be locked after successful payment.

@if(intval($profile->profile_id)) @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