@extends('frontend.layout.master') @section('content') {{-- --}}

Applied Position Heading

@if(!empty($career->created_at)) {{date_format($career->created_at,"d F Y") }} @endif

Required Experience :

{{$career->experience ?? ''}}

Required Skills :

{{$career->skills ?? ''}}

Location :

{{$career->location ?? ''}}

Position Open :

{{$career->position_open ?? ''}}

Eligibility :

{{$career->eligibility ?? ''}}

{{--
--}}

Fill this to apply

@csrf

Max Document Size 2 Mb
Upload your CV
@push('scripts') @endpush @endsection