@extends('layouts.app') @section('css') @endsection @section('content')

Info Old Web

Título:

{{ $informationold->title }}

Subtítulo:

{{ $informationold->subtitle }}

Texto:

{!! $informationold->text !!}

@if($desktopHighlightedPath)
Imagen principal:
Imagen prinicpal @else

No hay imagen principal disponible.

@endif
@if($mobileImageBodyPath)
Imagen mobile:
Imagen Mobile @else

No hay imagen mobile disponible.

@endif
@endsection @section('script') @endsection