7 lines
123 B
PHP
7 lines
123 B
PHP
@extends('layout.base')
|
|
|
|
@section('content')
|
|
<h2>Ventas</h2>
|
|
@include('informes.proyectos', ['a' => 'ventas'])
|
|
@endsection
|