@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) }}


@if (count($questions) > 0)

Questions


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

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