@extends('layouts.app') @push('head-script') @endpush @section('content')

@lang('app.job') @lang('app.onBoard')

{{ $application->full_name }}

{{ $application->phone }}

{{ $application->email }}

{{ ucwords($application->location->location) }}

@lang('app.files')


@if(count($questions) > 0)

@lang('modules.front.questions')

@endif @forelse($questions as $question)
@empty @endforelse

{{--Ajax Modal Start for--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush