@extends('layouts.dashboard') @section('add-css') @endsection @section('title') COMPROBANTES @endsection @section('content') @php $info_config = [ 'is_admin' => true, ]; @endphp @endsection @section('links') @endsection @section('add-js') @endsection