@extends('layouts.app') @section('third_party_stylesheets') @endsection @section('content') ACT Doctorate Eligibility Requirement Home ACT Doctorate Eligibility Requirement @csrf {{-- @foreach($act190OverDetails as $act190OverDetail)--}} General Eligibility {{$actDoctorate == null ? "NA" : $actDoctorate->general_eligibility}} Canberra Resident {{$actDoctorate == null ? "NA" : $actDoctorate->canberra_resident}} Interstate Resident {{$actDoctorate == null ? "NA" : $actDoctorate->interstate_resident }} Overseas Applicant {{$actDoctorate == null ? "NA" : $actDoctorate->overseas_applicant }} Cancel {{-- @endforeach--}} @endsection @section('third_party_scripts') @endsection