@extends('layouts.app') @section('title', $welcomeSection->title ?? 'Welcome') @section('content')

{{ $welcomeSection->title }}

{{-- Left Side: Image --}} @if($welcomeSection->image)
{{ $welcomeSection->title }}
@endif {{-- Right Side: Content --}}
{!! nl2br(e($welcomeSection->content)) !!}
@endsection