@extends('Layouts.adminDashboardLayout') @section('content')
Title | Date | Job ID | End Date | Status | Action |
---|---|---|---|---|---|
{{$opening->title}} | {{$opening->created_at}} | {{strtoupper($opening->job_id)}} | {{$opening->deadline}} | @if($opening->status == 0) Active @else Closed @endif | @if($opening->status == 0)@endif View Applicants |