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