@extends('layouts.app') @section('content') @include('tickets.modalGlobalPdf') @include('tickets.invoice.layouts.modalCustomer') {{Form::open(['id'=>'frmGlobal','autocomplete'=>'off'])}}

Timbrar Factura Global

{{Form::select('method_payment',App\Models\MethodPayment::where("type","=","aerolinea")->get()->pluck('description','id'),null, ['class'=>'form-control', 'id'=>'method_payment', 'placeholder'=>"Tickets ajenos a aerolineas"])}}
a
{{Form::select('tax',["0"=>"IVA 0%",".16"=>"IVA 16%"],null, ['class'=>'form-control', 'id'=>'tax_percent'])}}
s Folio Fecha Subtotal IVA Total
Totales
@include("tickets.invoice.clientInvoice")
{{Form::close()}} @endsection @section('plugins_css') {{Html::style('css/custom-checkbox.css')}} {{Html::style('css/ticket-globalInvoice.css')}} {{Html::style('vendor/material/plugins/bootstrap-datepicker/css/bootstrap-datepicker.min.css')}} {{Html::style('vendor/material/plugins/touchspin/src/jquery.bootstrap-touchspin.css')}} {{Html::style('vendor/material/plugins/switchery/switchery.min.css')}} @endsection @section('js_customs') {{Html::script('vendor/material/plugins/pdfObject/pdfobject.min.js')}} {{Html::script('vendor/material/plugins/bootstrap-datepicker/js/bootstrap-datepicker.min.js')}} {{Html::script('vendor/material/plugins/bootstrap-datepicker/js/locales/bootstrap-datepicker.es.min.js') }} {{Html::script('vendor/material/plugins/touchspin/src/jquery.bootstrap-touchspin.js') }} {{Html::script('vendor/material/plugins/switchery/switchery.min.js')}} {{Html::script(mix('js/production/globalInvoice.js'))}} {{Html::script(mix('js/production/customerInfo.js'))}} @endsection