@extends('layouts/contentLayoutMaster')
@section('title', 'Listas de Precios')
@section('vendor-style')
{{-- vendor css files --}}
@endsection
@section('page-style')
{{-- Page Css files --}}
@endsection
@section('content')
Nombre |
Descripción |
Vigente desde |
Vigente hasta |
Estado |
Acción |
@endsection
@section('vendor-script')
@include('listaPrecios/modals/modal-add-new-listaPrecios')
@include('listaPrecios/modals/modal-edit-listaPrecios')
@include('productos/modals/modal-edit-productos')
@include('productos/modals/modal-add-new-productos')
@include('listaPrecios/modals/modal-edit-ProductoListaPrecio')
{{-- vendor files --}}
@endsection
@section('page-script')
{{-- Page js files --}}
@endsection