@extends('layouts.app') @section('third_party_stylesheets') @endsection @section('content') Occupation Update Home Simple Tables List Detail @csrf Anzsco Code Occupation Name Assessing Authority Condition @if($occList['state']=='WA') Eligibility Select one @if($occupation['eligibility']) Yes No @else Yes No @endif @endif {{-- {{dd($occupation)}}--}} @if($occList['state']=='NSW') Status Select one @if($occupation['status']==1) Open Suspended Closed @elseif($occupation['status']==2) Open Suspended Closed @else Open Suspended Closed @endif @else Status Select one @if($occupation['status']==1) Open Closed @elseif ($occupation['status']==0) Open Closed @endif @endif Updated At Cancel @endsection