Facturacion
This commit is contained in:
11
app/resources/views/ventas/facturacion/show.blade.php
Normal file
11
app/resources/views/ventas/facturacion/show.blade.php
Normal file
@ -0,0 +1,11 @@
|
||||
@extends('layout.base')
|
||||
|
||||
@section('page_content')
|
||||
<div class="ui container">
|
||||
<form id="venta_form">
|
||||
<div class="field">
|
||||
<label for=""></label>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
@endsection
|
Reference in New Issue
Block a user