@extends('user.layouts.app') @section('body_class', 'heritage') @section('content')
@if(!empty($heritage)) @if($heritage->heading)

{{ $heritage->heading }}

@endif @if($heritage->paragraph_1)
{!! $heritage->paragraph_1 !!}
@endif @if($heritage->first_image)
Heritage Image
@endif @if($heritage->paragraph_2)
{!! $heritage->paragraph_2 !!}
@endif @if($heritage->paragraph_3)
{!! $heritage->paragraph_3 !!}
@endif @if($heritage->second_image)
Heritage Full Image
@endif @if($heritage->paragraph_4)
{!! $heritage->paragraph_4 !!}
@endif @else
Heritage content coming soon.
@endif
@endsection @section('footer') @endsection