@extends('layouts.dashboard') @section('add-css') @endsection @section('title') NUEVO COMPROBANTE DE VENTA @endsection @section('content') @php $info_config = [ 'is_admin' => false, 'type_id' => 1, ]; @endphp @endsection @section('links') @endsection @section('add-js') @endsection