6 lines
130 B
PHP
6 lines
130 B
PHP
@extends('layout.base')
|
|
|
|
@section('content')
|
|
<h2>Escrituras</h2>
|
|
@include('informes.proyectos', ['a' => 'escrituras'])
|
|
@endsection |