mining taxes
This commit is contained in:
@@ -27,12 +27,10 @@
|
||||
<td>{{ $invoice->date_due }}</td>
|
||||
<td>{{ $invoice->status }}</td>
|
||||
<td>
|
||||
{!! Form::open(['action' => 'MiningTax\MiningTaxesAdminController@UpdateInvoice', 'method' => 'POST']) !!}
|
||||
{!! Form::open(['action' => 'MiningTaxes\MiningTaxesAdminController@UpdateInvoice', 'method' => 'POST']) !!}
|
||||
{{ Form::hidden('invoiceId', $invoice->invoice_id, ['class' => 'form-control']) }}
|
||||
{{ Form::label('status', Paid) }}
|
||||
{{ Form::radio('status', 'Paid', ['class' => 'form-control']) }}
|
||||
{{ Form::label('status', 'Delete') }}
|
||||
{{ Form::radio('status', 'Delete', ['class' => 'form-control']) }}
|
||||
{{ Form::submit('Submit', ['class' => 'btn btn-primary']) }}
|
||||
{!! Form::close() !!}
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user