profile Pic

CSA SWISS INVOICING

@if ($formulario == 'Vessel')
Warning: Undefined variable $formulario in /home/tabexc29/qa.tabex.com.br/resources/views/include/modal_suisseInvoice.blade.php on line 15
@elseif ($formulario == 'UserMenu')
Warning: Undefined variable $formulario in /home/tabexc29/qa.tabex.com.br/resources/views/include/modal_suisseInvoice.blade.php on line 17
@else
Warning: Undefined variable $formulario in /home/tabexc29/qa.tabex.com.br/resources/views/include/modal_suisseInvoice.blade.php on line 19
@endif
{{csrf_field()}}

Sending Status:

{!! Form::label('suisseInvoice', 'Done', [ 'class' => 'w-80 control-label']) !!} {!! Form::radio('suisseInvoice', 'Done', false, ['class' => 'Carrier Issue']) !!}
{!! Form::label('suisseInvoice', 'Pending', [ 'class' => 'w-80 control-label']) !!} {!! Form::radio('suisseInvoice', 'Pending', false, ['class' => 'Shipper Issue']) !!}
{!! Form::label('suisseInvoice', 'N/A', [ 'class' => 'w-80 control-label']) !!} {!! Form::radio('suisseInvoice', 'N/A', false, ['class' => 'CSA Issue']) !!}

Date:

{!! Form::label('suisseInvoiceDate', ' ', [ 'class' => 'w-100 control-label']) !!} {!! Form::date('suisseInvoiceDate', date('Y-m-d'), ['class' => 'form-control', 'style' => 'margin-top:-14px', 'min' => '2019-01-01', 'max' => '2080-01-01']) !!}
{!! Form::label('comments', 'Additional Comments', [ 'class' => 'w-100 control-label']) !!} {!! Form::textarea('comments', null, ['class' => 'form-control', 'rows' => 3]) !!}
{!! Form::select('anexo_types_id[]',[''=>'-- Select Required ---']+$select['anexo_types_id'], null, ['class' => 'form-control', 'style'=>'height:40px; width: 171px']) !!}