@extends('layouts.app') @section('third_party_stylesheets') @endsection @section('content') Occupation Update Home Simple Tables List Detail @csrf Anzsco Code Occupation Name English Proficiency {{-- --}} Select one @if($occupation['english_proficiency'] == 'Competent') Competent NA Proficient @elseif($occupation['english_proficiency'] == 'Proficient') Competent NA Proficient @elseif($occupation['english_proficiency'] == null) Competent NA Proficient @endif Status Select one @if($occupation['status']) Open Closed @else Open Closed @endif Minimum Points Updated At Cancel @endsection