16 lines
313 B
PHP
16 lines
313 B
PHP
@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
|