@if ($showdata)
Payroll
@include('helper.formhelper.showlabel', [ 'name' => 'START DATE', 'value' => $showdata->start_date, 'columnone' => 'col-md-12', 'columntwo' => 'col-5', 'columnthree' => 'col-7', ]) @include('helper.formhelper.showlabel', [ 'name' => 'END DATE', 'value' => $showdata->end_date, 'columnone' => 'col-md-12', 'columntwo' => 'col-5', 'columnthree' => 'col-7', ]) @include('helper.formhelper.showlabel', [ 'name' => 'CREATED BY', 'value' => $showdata->created_by()->name, 'columnone' => 'col-md-12', 'columntwo' => 'col-5', 'columnthree' => 'col-7', ]) @include('helper.formhelper.showlabel', [ 'name' => 'CREATED BY EMPLOYEE ID', 'value' => $showdata->created_by()->employee_id, 'columnone' => 'col-md-12', 'columntwo' => 'col-5', 'columnthree' => 'col-7', ])
@endif