@extends('template.master') @section('layout-styles') @yield('styles') @endsection @section('layout-scripts') @endsection @section('body')
@hasSection('content-head') @yield('content-head') @else

{{ config('constants.INSTITUCIONES')[config('constants.GENERAL.INSTITUCION')] }}

@endif
@yield('content-body')
@include('template.portal.partials.prefooter')
@include('sweet::alert') @yield('scripts') @endsection