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

Career

Join Our Team

Life at {{ env('APP_NAME') }}

@csrf @if ($message = Session::get('success'))

{{ $message }}

@endif
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('number'))
{{ $errors->first('number') }}
@endif
@if ($errors->has('qualification'))
{{ $errors->first('qualification') }}
@endif
Accepted formats: PDF Only @if ($errors->has('cv'))
{{ $errors->first('address') }}
@endif
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif
@endsection