@extends('front.layout.app') @section('content')
@if(isset($banner['commentary_page_section_show_hide']) && $banner['commentary_page_section_show_hide'] === 0) @else

Banner Image Not Found

@endif

{{ $banner['commentry_banner_name'] ?? '' }}

@foreach ($commentries as $index => $commentry)
@if (!empty($commentry->excel_sheet)) Download File @endif

{{ $commentry->name }}

{!! $commentry->description !!}

@endforeach
@endsection @section('script') @endsection