@extends('user.layouts.app') @section('body_class', 'career-opportunities-page') @section('content')
@if($career_opportunities->isEmpty()) @else @php $i = 1; @endphp @foreach($career_opportunities as $career_opportunity) {{-- --}} @php $i++; @endphp @endforeach @endif
Sl. No. Position on Offer Posting Date Last Date of Submission of Application Detail Submit your CV
No data found
{{ $i }} {{ $career_opportunity->job_position }}{{ optional($career_opportunity->posting_date)->format('Y-m-d') }} {{ optional($career_opportunity->last_date_apply)->format('Y-m-d') }}{{ optional($career_opportunity->posting_date)->format('d-m-Y') }} {{ optional($career_opportunity->last_date_apply)->format('d-m-Y') }} {{ $career_opportunity->detail }} Upload
@if(!empty($contact_informations)) @foreach($contact_informations as $contact_information) @endforeach @endif
Contact Information:
For any technical issues or IT-related assistance, please contact the IT Department using the details below:
1) Phone No. +91 33 2473 2316 (Ext. 171)
2) E-mail Id itsupport@tollygungeclub.org
@endsection @section('footer') @endsection @push('scripts') @endpush