Form Wizard
@if(Session::has('response'))
{!!Session::get('response')['message']!!}
@endif
@if ($errors->any())
@endif
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
|
|
Name | Salary | Sallary_type | Total Bounus | Status | Action | |
|---|---|---|---|---|---|---|---|
|
|
{{$designation?->designation}} | {{$designation?->sellary_type == 'per_item' ? $designation?->basesalary * 100 .'%' :$designation?->basesalary}} | {{$designation?->sellary_type ? 'Per-Item' : $designation?->sellary_type}} | {{$designation?->total_bonous}} | @if($designation->status === 1) Active @else Deactive @endif | ||
| {{__('No data founds!')}} | |||||||