@extends('frontend.layout.app') @section('content')

{{ $getCareer->title}}

@if($getCareer->company > 0)

Company : {{ $getCareer->company }}

@endif @if($getCareer->job_type > 0)

Working Hours : {{ $getCareer->job_type}}

@endif @if($getCareer->no_of_positions > 0)

No. of Positions : {{$getCareer->no_of_positions }}

@endif @if($getCareer->location > 0)

Locations : {{ $getCareer->location }}

@endif @if($getCareer->experience > 0)

Experience : {{$getCareer->experience }}

@endif

apply now

apply now
About the Role: {!! $getCareer->description !!}

Apply for this job

{{ csrf_field() }} @include('message')
@error('firstName') {{ $message }} @enderror
@error('lastName') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('phone') {{ $message }} @enderror
@error('document1') {{ $message }} @enderror
@error('linkedInProfile') {{ $message }} @enderror
@error('jobTitle') {{ $message }} @enderror
@error('aboutJob') {{ $message }} @enderror
@if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
{{-- --}}
@if(Session::has('message')) @endif
@endsection