@extends('user.layouts.app')
@section('body_class', 'heritage')
@section('content')
@if($bannerImages->isNotEmpty())
@foreach($bannerImages as $image)
@endforeach
@elseif($banners && $banners->video)
@endif
@if(!empty($heritage))
@if($heritage->heading)
{{ $heritage->heading }}
@endif
@if($heritage->paragraph_1)
{!! $heritage->paragraph_1 !!}
@endif
@if($heritage->first_image)
@endif
@if($heritage->paragraph_2)
{!! $heritage->paragraph_2 !!}
@endif
@if($heritage->paragraph_3)
{!! $heritage->paragraph_3 !!}
@endif
@if($heritage->second_image)
@endif
@if($heritage->paragraph_4)
{!! $heritage->paragraph_4 !!}
@endif
@else
Heritage content coming soon.
@endif
@endsection
@section('footer')
@endsection