@extends('Layouts.adminDashboardLayout') @section('content')
@include('includes.messages')
Job Openings
{{--
--}}
@php $counter = 0 @endphp @foreach($openings as $opening) @php $counter = $counter+1 @endphp @endforeach
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
{{-- --}}
@include('includes.alerts') @endsection @section('script') @endsection