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

Careers

{{$jobs->name}}

Job description

{{$jobs->description}}

Responsibilities
Employment Type
{{$jobs->type}}
Education
{{$jobs->education}}
Role
{{$jobs->name}}
Location
{{$jobs->location}}
@csrf

Job Application

Fill in your details below we will contact you for relavant vacancies

@if ($errors->has('firstname')) {{$errors->first('firstname') }} @endif
@if ($errors->has('phone')) {{$errors->first('phone') }} @endif
@if ($errors->has('email')) {{$errors->first('email') }} @endif
No Chosen File
@if ($errors->has('file')) {{$errors->first('file') }} @endif
@endsection