{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@if(!$isRejectedApplicants) {!!Helper::getListAddBtn(route("applicants.create"),"Add Application")!!} @endif
@include("backend.alerts")
First Name
Gender
Experience
Job Position
Qualification
Current Police Check
Current Working With Children Check
Current NDIS Worker Screening Check
First Aid accreditations currently hold
Australian driver's licence?
Access to a car
Covid-19 vaccination status
Rights to work in Australia
Available to work per week
Start with team
{!! $html->table() !!}
@endsection {{-- Scripts Section --}} @section('scripts') {!! $html->scripts() !!} @endsection