@extends('layouts.portal') @section('title') {{ $page->name }} - @endsection @section('meta_description') {{ strip_tags($page->description) }} @endsection @section('metas') @endsection @section('css') @endsection @section('slider')

{!! $page->banner_text !!}

@endsection @section('content')
VOLVER
@endsection @section('modal') @endsection @section('js') @endsection