@extends('layouts.front') @section('content') @section('css') @endsection @php $home = \App\HomePage::findorFail(1); @endphp

Misión & Experiencia

  • Home -
  • Misión & Experiencia
@php $page = \App\MissionPage::first(); @endphp @if($page)

{{ $page->title ?? 'MISIÓN & EXPERIENCIA' }}

@if($page->subtitle)

{{ $page->subtitle }}

@endif {!! nl2br(e($page->text)) !!}
@if($page->show_image && $page->image)
mission
@endif
@endif
@section('js') @endsection @endsection