7 lines
139 B
PHP
7 lines
139 B
PHP
@extends('layout.base')
|
|
|
|
@section('content')
|
|
<h2>Resciliaciones</h2>
|
|
@include('informes.proyectos', ['a' => 'resciliaciones'])
|
|
@endsection
|