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

{{-- --}} @php $i =0; @endphp @foreach($careerOpportunities as $opportunity) {{-- --}} @endforeach
No Title Location Status Duration Expiry DateCareer TypeFile
{{ ++$i }} {{ $opportunity->title }} {{ $opportunity->location }} {{ $opportunity->status }} {{ $opportunity->duration }} {{ $opportunity->expiry_date }}{{ $opportunity->career_type }}
@endsection