@extends('u.layouts.app') @section('page_title') {{(!empty($page_title) && isset($page_title)) ? $page_title : ''}} @endsection @push('head-scripts') @endpush @section('content')
@include('u.applicant.inc.topMenu')

User Profile

Notifications

# Type Subject Actions

Interview Schedule

# Application Interview Date Detail
{{-- Interview Details Model : Start --}}
{{-- Interview Details Model : End --}}
@endsection @push('footer-scripts') {{-- Toastr : Script : Start --}} @if(Session::has('messages')) @endif {{-- Toastr : Script : End --}} @endpush