diff --git a/resources/views/invoices/edit.blade.php b/resources/views/invoices/edit.blade.php index 94245c5089..1a65353f7e 100644 --- a/resources/views/invoices/edit.blade.php +++ b/resources/views/invoices/edit.blade.php @@ -18,7 +18,7 @@ font-weight: normal !important; } - select.tax-select { + select.xtax-select { width: 50%; float: left; } @@ -271,14 +271,16 @@ ->raw() !!} - {!! Former::select('') - ->addOption('', '') - ->options($taxRateOptions) - ->data_bind('value: tax2') - ->addClass('tax-select') - ->raw() !!} - - +