@extends('layouts.app') @section('css') @endsection @section('content')

listado de ventas

@include('flash::message')
@include('ventas.table') @include('ventas.table_productos') @include('ventas.table_servicios')
@endsection @section('scripts') @endsection