modifed blade for unpaid invoices on admin dashboard

This commit is contained in:
2021-03-08 20:55:14 +09:00
parent 1d08027c11
commit a3558fe4ef

View File

@@ -28,7 +28,7 @@
<td>{{ $invoice->status }}</td>
<td>
{!! Form::open(['action' => 'MiningTaxes\MiningTaxesAdminController@UpdateInvoice', 'method' => 'POST']) !!}
{{ Form::hidden('invoiceId', $invoice->invoice_id, ['class' => 'form-control']) }}
{{ Form::hidden('invoiceId', $invoice->invoice_id) }}
{{ Form::label('status', 'Paid') }}
{{ Form::radio('status', 'Paid', ['class' => 'form-control']) }}
{{ Form::label('status', 'Deferred') }}