@extends('layouts.admin') @section('content')

Occupations

@if(isset($occupations)) @foreach($occupations as $occupation) @if($occupation->is_active == '1') @else @endif @endforeach @endif
Created Date Code Name Status Actions
{{$occupation->created_at}} {{$occupation->occupation_code}} {{$occupation->occupation_name}} Active Inactive
@stop @section('pageBottomJs') @stop