@extends('layouts.app') @push('head-script') @endpush @section('content') @if (!$user->mobile_verified && $smsSettings->nexmo_status == 'active')
@endif @if(!$progress['progress_completed']) @include('admin.dashboard.get_started') @endif

Welcome back, {{ ucfirst($user->name) }}

{{ \Carbon\Carbon::now()->format('l, d F Y') }} — Here's your recruitment overview

Recruitment Overview
@if($user->cans('view_jobs')) @else @endif
@if($user->cans('view_job_applications')) @else @endif
@if($user->cans('view_job_applications')) @else @endif
@if($user->cans('view_schedule')) @else @endif
Application Pipeline
@if($user->cans('view_job_applications')) @else @endif
@if($user->cans('view_job_applications')) @else @endif
@if($user->cans('view_job_applications')) @else @endif
@if($user->cans('view_company')) @else @endif
@if ($user->roles->count() > 0)
My Tasks
@endif @endsection @push('footer-script') @endpush