@extends('layouts.app') @section('third_party_stylesheets') @endsection @section('content') ACT 491 Overseas Eligibility Requirement Home ACT 491 Canberra Residence Eligibility Requirement @csrf {{-- @foreach($act491OverDetails as $act491OverDetail)--}} Nominated Occupation {{$act491OverDetail == null ? "NA" : $act491OverDetail->nominated_occupation}} Relevant overseas work experience {{$act491OverDetail == null ? "NA" : $act491OverDetail->relevant_overseas_work_experience}} Act Job Offer {{$act491OverDetail == null ? "NA" : $act491OverDetail->act_job_offer}} Employer statutory declaration {{$act491OverDetail == null ? "NA" : $act491OverDetail->emp_stat_declaration }} English Eligibility {{$act491OverDetail == null ? "NA" : $act491OverDetail->english_eligibility }} Spouse/Partner {{$act491OverDetail == null ? "NA" : $act491OverDetail->spouse_partner }} Overseas Resident {{$act491OverDetail == null ? "NA" : $act491OverDetail->overseas_resident }} Settlement Fund {{$act491OverDetail == null ? "NA" : $act491OverDetail->settlement_fund }} Cancel {{-- @endforeach--}} @endsection @section('third_party_scripts') @endsection