@extends('layouts/pos_layout') @section('title', '| Incentive Configuration Details') @section('content')
| Incentive Step | Employee | Incentive (Percentage) |
|---|---|---|
| {{ $record->incentiveStep->name }} | {{ ($record->employee_id == 0) ? 'All' : (($record->employee) ? $record->employee->emp_id.' - '.$record->employee->name : 'N/A') }} | {{ $record->incentive }} |