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