@extends('layouts.master', ['title' => 'My Dashboard']) @section('style') @endsection @section('contents')

Helpdesk for Query

Email: helpdesk@prakharsoftwares.com | Contact No: 7982363536

Profile

{{auth()->user()->first_name." ".auth()->user()->last_name}}

{{get_role_fullname(auth()->user()->role_id)}}

{{auth()->user()->email}}

{{auth()->user()->phone}}

My Work
Total Candidates Hired By You : {{$total_hired}}
Position Request Assigned List

@foreach ($positions as $position)
{{$position->position_title}}
Company: {{$position->client_name}}
No of Requirements : {{$position->no_of_requirements}}
Hired: {{$position->no_of_completed_requirements}}
@endforeach
{{-- Show pagination --}}
{{$positions->links()}}
@endsection