@extends('webFront.layouts.app') @section('page_title') {{(!empty($page_title) && isset($page_title)) ? $page_title : ''}} @endsection @push('head-scripts') @endpush @section('content')
...
Find the job you've always wanted

Join Us

{{-- Jobs Area--}}
{{-- Jobs Area--}}
Reset
@if(count($openPosition) > 0)
@foreach($openPosition as $position)

{{$position->title}}

{{$position->description}}

Designation: {{$position->designation}}

{{--

--}} {{-- Salary: {{$position->salary}}--}} {{--

--}}

No of Seats: {{$position->seats}}

Job Nature: {{$position->shift}}

Location: {{$position->location}}

Gender: {{$position->gender}}

Deadline: {{$position->closing_date}}

@endforeach
{{ $openPosition->withQueryString()->links() }}
@else
...

Currently, there are no open positions available. However, we encourage you to submit your application for future opportunities. Thank you for your interest!

@endif
{{-- Jobs Sidebar--}}
{{--Card Box--}}

25+

Departments

20+

Student Societies

50+

International Collaboration

440+

Faculty Members

70%

Female Based Staff

100%

Internship For Graduates

{{--Card Images--}}
...

Couldn't find an open position matching your expertise? No worries! Take a moment to create your profile, and we'll notify you when relevant opportunities arise. Let's stay connected!

@endsection @push('footer-scripts') @endpush