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

{{-- --}} @php $i=0; @endphp @foreach($careerOpportunities as $opportunity) {{-- --}} @endforeach
No Title Location Duration Status Expiry DateCareer TypeDetail Apply
{{ ++$i }} {{ $opportunity->title }} {{ $opportunity->location }} {{ $opportunity->duration }} {{ $opportunity->status }} {{ $opportunity->expiry_date }}{{ $opportunity->career_type }} @if ($opportunity->status =='Closed') Details @else Details @endif @if ($opportunity->status =='Closed') Closed @else Apply @endif
@endsection