@extends('layouts.default') @php $welcomeSetings = \App\Models\Setting::first(['tagline']); @endphp @section('title', $welcomeSetings->tagline) @section('content') @if ($welcomePage->home_slider_status) @php $slides = \App\Models\Slide::where('status', true)->orderBy('created_at', 'asc')->get(); @endphp
@endif @if ($welcomePage->hero_status) @endif @if ($welcomePage->services_status){{ $welcomePage->key_point_one_caption }}
{{ $welcomePage->key_point_two_caption }}
{{ $welcomePage->key_point_three_caption }}
{!! $welcomePage->mission_description !!}
@endif @if ($welcomePage->mission_action_link and $welcomePage->mission_action_name) {{ $welcomePage->mission_action_name }} @endif{!! $welcomePage->offer_one_description !!}
@endif{!! $welcomePage->offer_two_description !!}
@endif