@extends('frontend_eng.layouts.app') @section('title', 'Career') @section('meta', 'Welcome to Om Hospital and Research Center PVt. Ltd.') @section('content')
@forelse ($careers as $key => $career) @empty @endforelse
SNo. Job title Req No.
{{++$key}} {{$career->title}} {{$career->req_no}} View Detail
No vacancy is available at the moment
@endsection