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

Careers

Add New @include('layouts.message')
@foreach($allrecords as $value) @endforeach
# Title Job Type Location Status Action
{{ $value->id }} {{ $value->title }} {{ $value->job_type }} {{ $value->location }} {{ $value->status == '1' ? 'Active' : 'Inactive'}} Edit {{-- --}} {{-- --}} Delete
@endsection