Listado de brokers
This commit is contained in:
15
app/resources/views/proyectos/brokers/base.blade.php
Normal file
15
app/resources/views/proyectos/brokers/base.blade.php
Normal file
@ -0,0 +1,15 @@
|
||||
@extends('layout.base')
|
||||
|
||||
@section('page_title')
|
||||
Operadores
|
||||
@hasSection('brokers_title')
|
||||
- @yield('brokers_title')
|
||||
@endif
|
||||
@endsection
|
||||
|
||||
@section('page_content')
|
||||
<div class="ui container">
|
||||
<h2 class="ui header">Operadores</h2>
|
||||
@yield('brokers_content')
|
||||
</div>
|
||||
@endsection
|
Reference in New Issue
Block a user