@extends('front.layout.app') @section('content')

{{ $fundChart->sheet_name }}

{{ $fundChart->banner_desc ? $fundChart->banner_desc : '' }}

{{ $fundChart->banner_heading ? $fundChart->banner_heading : '' }}

{!! $fundChart->additional_detail ? $fundChart->additional_detail : '' !!}
@endsection @section('script') @endsection