@extends('hire.app') @if( Route::currentRouteName() == 'confirmed-employee-form-completed' ) @section('title', 'Thank You Confirmed') @else @section('title', 'Thank You Submmited') @endif @section('content')
@push('modal') @endpush
@endsection