@extends('layouts.default') @section('title', 'Incentive Requests List') @section('header-links') @include('includes.headers.incentives') @endsection @section('new_button')
User | Consultant | Type | Amount | Status |
---|---|---|---|---|
{!! $li->user?->name !!} | {!! $li->consultant?->name !!} | {!! $incentiveTypes[$li->type] !!} | {{ number_format($li->amount, 2) }} | {!! Form::select('status', $statuses, $li->status, ['class'=>'selectpicker', 'onchange'=>'statusChange($(this), '.$li->id.')']) !!} |
No data |