@extends('backend.layouts.app') @section('content')

Apply

Designation{{$jobs->name}}

Location{{$jobs->location}}

Country/Region{{$jobs->country}}

Experience {{$jobs->experience}} years

Requirements

  • Apply
    @csrf

    Apply for this position

    @if ($errors->has('firstname')) {{$errors->first('firstname') }} @endif
    @if ($errors->has('email')) {{$errors->first('email') }} @endif
    @if ($errors->has('phone')) {{$errors->first('phone') }} @endif
    @if ($errors->has('csal')) {{$errors->first('csal') }} @endif
    @if ($errors->has('esal')) {{$errors->first('esal') }} @endif
    @if ($errors->has('period')) {{$errors->first('period') }} @endif
    @if ($errors->has('message')) {{$errors->first('message') }} @endif
    @if ($errors->has('file')) {{$errors->first('file') }} @endif

    Allowed Type(s): .pdf, .doc, .docx

    @endsection