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

Careers

@if (isset($data) && !empty($data)) @foreach ($data as $index => $dt) @php $status = $dt->status == 1 ? "Active" : "Inactive"; @endphp @endforeach @endif
# Job Title Job Description Status  
{{ $index + 1 }}
{{ $dt->job_title }}
{{ $dt->job_description ?? '-' }}
@endsection