@extends('layouts.frontlayout') @section('content')
@if(!empty($AboutUs['title'])) {{ $AboutUs['title']}} @endif
{{--

Unveiling the Artistry Behind Sparkle & Glow

--}}

@if(!empty($AboutUs['sub_title'])) {{ $AboutUs['sub_title']}} @endif

@if(!empty($AboutUs['description'])) {!! nl2br($AboutUs['description']) !!} @endif

0+
@if(!empty($AboutUs['years_of_experience_title'])) {{ $AboutUs['years_of_experience_title']}} @endif
0+
@if(!empty($AboutUs['jewelry_products_title'])) {{ $AboutUs['jewelry_products_title']}} @endif
0k+
@if(!empty($AboutUs['delivered_product_title'])) {{ $AboutUs['delivered_product_title']}} @endif
@if(!empty($AboutUs['image'])) {{isset($AboutUs['title']) && $AboutUs['title'] ? $AboutUs['title'] : ''}} @endif
{{isset($AboutUs['title']) && $AboutUs['title'] ? $AboutUs['title'] : ''}}
@if(!empty($jewelry['image'][0]) && $jewelry['image'][0])

{{ isset($jewelry['title']) && $jewelry['title'] ? $jewelry['title'] : ''}}

@if(!empty($jewelry['image'][0]) && $jewelry['image'][0])
Jewellery Image
@endif
@if(!empty($jewelry['image'][1]) && $jewelry['image'][1])
Jewellery Image
@endif @if(!empty($jewelry['image'][2]) && $jewelry['image'][2])
Jewellery Image
@endif
@if(!empty($jewelry['image'][3]) && $jewelry['image'][3])
Jewellery Image
@endif @if(!empty($jewelry['image'][4]) && $jewelry['image'][4])
Jewellery Image
@endif
@if(!empty($jewelry['image'][5]) && $jewelry['image'][5])
Jewellery Image
@endif
@endif

@if(!empty($OurStory1['title'])) {{ $OurStory1['title']}} @endif

@if(!empty($OurStory1['sub_title'])) {{ $OurStory1['sub_title']}} @endif

@if(!empty($OurStory1['description']) && $OurStory1['description']) {!! nl2br($OurStory1['description']) !!} @endif

@if(!empty($OurJourney['title']) ){{ $OurJourney['title'] }} @endif

@if(!empty($OurJourney['description']) ){!! nl2br($OurJourney['description']) !!} @endif

@if(!empty($OurJourney['image']) && $OurJourney['image'] && file_exists(public_path($OurJourney['image']))) {{isset($OurJourney['title']) && $OurJourney['title'] ? $OurJourney['title'] : ''}} @else No Image @endif
@if(!empty($OurStory2['image']) && $OurStory2['image'] && file_exists(public_path($OurStory2['image']))) {{isset($OurStory2['title']) && $OurStory2['title'] ? $OurStory2['title'] : ''}} @else No Image @endif

@if(!empty($OurStory2['title']) ){{ $OurStory2['title'] }} @endif

@if(!empty($OurStory2['description']) ){!! nl2br($OurStory2['description']) !!} @endif

@endsection