payout testing

This commit is contained in:
2019-07-22 21:04:56 -05:00
parent d7d865a6c9
commit f9b16e7671

View File

@@ -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 }}