@extends('front.layouts.app') @section('content')
{!! !empty($homePage) ? $homePage->quote_section : '' !!}
{!! !empty($homePage) ? $homePage->mission_statement : '' !!}
{!! !empty($homePage) ? $homePage->one_line_section : '' !!}
{!! !empty($homePage) ? $homePage->contact_section : '' !!}
@endsection