Agregar, editar y eliminar promociones
This commit is contained in:
10
app/resources/views/ventas/promotions/base.blade.php
Normal file
10
app/resources/views/ventas/promotions/base.blade.php
Normal file
@ -0,0 +1,10 @@
|
||||
@extends('layout.base')
|
||||
|
||||
@section('page_content')
|
||||
<div class="ui container">
|
||||
<h2 class="ui header">
|
||||
Promociones
|
||||
</h2>
|
||||
@yield('promotions_content')
|
||||
</div>
|
||||
@endsection
|
Reference in New Issue
Block a user