@foreach ($categorySectionOne as $sectionOneNews)
  • {{ __('frontend.by') }} {{ $sectionOneNews->auther->name }}
  • {{ date('M d, Y', strtotime($sectionOneNews->created_at)) }}
{!! truncate($sectionOneNews->title, 40) !!}
@endforeach
@foreach ($categorySectionTwo as $sectionTwoNews)
  • {{ __('frontend.by') }} {{ $sectionTwoNews->auther->name }}
  • {{ date('M d, Y', strtotime($sectionTwoNews->created_at)) }}
{!! truncate($sectionTwoNews->title, 40) !!}
@endforeach
@if ($ad->home_middle_ad_status == 1) @endif
@if ($ad->side_bar_ad_status == 1) @endif