@yield('css')
@include('layouts.navigation')
@php $tenant = companylogo(); $companyLogo = url('/images/gigmindslogo.png'); @endphp @if($tenant->company_logo && file_exists(public_path('/companylogo/'.$tenant->company_logo))) @php $companyLogo = url('/companylogo/'.$tenant->company_logo); @endphp @endif
Home
@if(Auth::user()->user_type != "Candidate" && Auth::user()->user_type != "")
Upload Resume
Find Candidates
@endif @if(Auth::user()->user_type != "Candidate" && Auth::user()->user_type != "" && Auth::user()->roles[0]->name != "Candidate")
@include('private.favorite.listing')
{{hotlistCount()}}
@endif
@php $photo = DB::table('person')->where('id', '=', Auth::user()->person_id)->pluck('profile_photo')->first(); @endphp
@if($photo == null)
@else
@endif
My Profile
Logout
@csrf
@if(Auth::user()->user_type != "Candidate" && Auth::user()->user_type != "" && Auth::user()->roles[0]->name != "Candidate")
@endif
@include('layouts.rightsidebar') @yield('breadcrumb')
@yield('content')
Update Task
×
Back
@include('private.hotlists.listing') @include('private.resumes.form') @yield('script')