modifed blade for unpaid invoices on admin dashboard

This commit is contained in:
2021-03-08 19:02:59 +09:00
parent 9f7397feea
commit 1d08027c11

View File

@@ -33,7 +33,7 @@
{{ Form::radio('status', 'Paid', ['class' => 'form-control']) }}
{{ Form::label('status', 'Deferred') }}
{{ Form::radio('status', 'Deferred', ['class' => 'form-control']) }}
{{ Form::label('status', 'Deleted') }}
{{ Form::label('status', 'Delete') }}
{{ Form::radio('status', 'Deleted', ['class' => 'form-control']) }}
{{ Form::submit('Submit', ['class' => 'btn btn-primary']) }}
{!! Form::close() !!}