@extends('layouts.app') @section('third_party_stylesheets') @endsection @section('content') Occupation Update Home Simple Tables List Detail @csrf Anzsco Code @if(session()->has('error')) {{ session()->get('error') }} @endif Occupation Name Assessing Authority Condition High Demand {{-- --}} Select one @if($occupation['high_demand']) Yes No @else Yes No @endif Status Description English Proficiency {{-- --}} Select one @if($occupation['english_proficiency'] == 'Competent') Competent NA Proficient IELTS Overall: 7.5 Speaking: 8.0 Listening: 8.0 Reading: 7.0 Writing: 7.0 @elseif($occupation['english_proficiency'] == 'Proficient') Competent NA Proficient IELTS Overall: 7.5 Speaking: 8.0 Listening: 8.0 Reading: 7.0 Writing: 7.0 @elseif($occupation['english_proficiency'] == null) Competent NA Proficient IELTS Overall: 7.5 Speaking: 8.0 Listening: 8.0 Reading: 7.0 Writing: 7.0 @elseif($occupation['english_proficiency'] == 'IELTS Overall: 7.5 Speaking: 8.0 Listening: 8.0 Reading: 7.0 Writing: 7.0') Competent NA Proficient IELTS Overall: 7.5 Speaking: 8.0 Listening: 8.0 Reading: 7.0 Writing: 7.0 @endif Status Select one @if($occupation['status']) Open Closed @else Open Closed @endif Updated At Cancel @endsection