@extends('layouts.app') @section('title', 'Home') @section('content') @if(session()->has('success')) @endif
{{--
{!! $content->banner_heading !!} {!! $content->banner_description !!}
--}}
{{-- @if($content)--}} {!! $content->banner_heading !!} {!! $content->banner_description !!}
@csrf
{{-- @endif--}}
{{-- @if($content)--}}
{!! $content->section_one_heading !!}
{{--

DateLOVE LANGUAGE

--}} {!! $content->section_one_sub_heading !!} 01
{!! $content->section_one_description !!} Login
{!! $content->section_two_heading !!} 02
{!! $content->section_two_description !!} Login
{!! $content->section_three_heading !!} 03
{!! $content->section_three_description !!} Login
{!! $content->section_four_heading !!} {!! $content->section_four_description !!} READ MORE
@include('front.partials.testimonials') {{-- @endif--}} @endsection