admin payout modification
This commit is contained in:
@@ -13,15 +13,15 @@
|
|||||||
<tr>
|
<tr>
|
||||||
{!! Form::open(['action' => 'SRP\SRPAdminController@modifyCostCodes', 'method' => 'POST']) !!}
|
{!! Form::open(['action' => 'SRP\SRPAdminController@modifyCostCodes', 'method' => 'POST']) !!}
|
||||||
<td>
|
<td>
|
||||||
{{ $code->code }}
|
{{ $code['code'] }}
|
||||||
{{ Form::hidden('code', $code['code']) }}
|
{{ Form::hidden('code', $code['code']) }}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ $code->description }}
|
{{ $code['description'] }}
|
||||||
{{ Form::text('description', null, ['class' => 'form-control', 'placeholder' => $code['description']]) }}
|
{{ Form::text('description', null, ['class' => 'form-control', 'placeholder' => $code['description']]) }}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ $code->payout }}
|
{{ $code['payout'] }}
|
||||||
{{ Form::text('payout', null, ['class' => 'form-control', 'placeholder' => $code['payout']]) }}
|
{{ Form::text('payout', null, ['class' => 'form-control', 'placeholder' => $code['payout']]) }}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
Reference in New Issue
Block a user