Base
This commit is contained in:
6
resources/views/informes/ventas.blade.php
Normal file
6
resources/views/informes/ventas.blade.php
Normal file
@ -0,0 +1,6 @@
|
||||
@extends('layout.base')
|
||||
|
||||
@section('content')
|
||||
<h2>Ventas</h2>
|
||||
@include('informes.proyectos', ['a' => 'ventas'])
|
||||
@endsection
|
Reference in New Issue
Block a user