5 lines
95 B
PHP
5 lines
95 B
PHP
|
@extends('layout.base')
|
||
|
|
||
|
@section('content')
|
||
|
Sección en construcción.
|
||
|
@endsection
|