@extends('layouts.admin') @section('status3','active') @section('title','Announcement') @section('headerTitle','Career Opportunity') @section('content')

Career Opportunity

Create New Opportunity
@if ($message = Session::get('success'))

{{ $message }}

@endif @php $i = 0; @endphp @foreach ($careerOpportunities as $careerOpportunity) @endforeach
No Title Location Status Career Type Actions
{{ ++$i }} {{ $careerOpportunity->title }} {{ $careerOpportunity->location }} {{ $careerOpportunity->status }} {{ $careerOpportunity->career_type }}
Show Edit @csrf @method('DELETE')
{!! $careerOpportunities->links() !!}
@endsection