@include('new_layouts.header') @include('hrm.hrm_main',['hrm_header' => ''])
| {{__('Employee Name')}} | @endrole{{__('Designation')}} | {{__('Promotion Title')}} | {{__('Promotion Date')}} | {{__('Description')}} | @if(Gate::check('edit promotion') || Gate::check('delete promotion')){{__('Action')}} | @endif
|---|---|---|---|---|---|
| {{ !empty($promotion->employee())?$promotion->employee()->name:'' }} | @endrole{{ !empty($promotion->designation())?$promotion->designation()->name:'' }} | {{ $promotion->promotion_title }} | {{ \Auth::user()->dateFormat($promotion->promotion_date) }} | {{ $promotion->description }} | @if(Gate::check('edit promotion') || Gate::check('delete promotion'))@endif |