payout testing
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
{!! 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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user