@include('layouts.header')
Career Progression
Add Career
@foreach($currentUserCareerProgression as $careerProgression) @endforeach
Date Of Salary Salary Role Reporting To Last Drawn Salary Action
{{@($careerProgression->date_of_salary)?date('d M, Y', strtotime($careerProgression->date_of_salary)):'N/A'}} {{@$careerProgression->starting_salary}} {{@$careerProgression->role}} {{@$careerProgression->reports_to}} {{@$careerProgression->last_drawn_salary}}
@include('layouts.footer')