@extends('layouts.modern-orange') @section('content') {{-- Custom JS --}} @section('custom-css') {{-- AdSense status --}} @if ($setting->adsense_code != 'DISABLE') @if ($setting->adsense_code != '') {{-- AdSense code --}} @endif @endif @endsection {{-- Topbar --}} @include('website.modern-orange.includes.topbar') {{-- Start Blog Section --}}
{{ __('OUR BLOG') }}

{{ __('News') }} & {{ __('Articles') }}

{{-- Blogs --}} @if (count($blogs) > 0) @foreach ($blogs as $blog) @endforeach {{-- Pagination --}} {{ $blogs->links('vendor.pagination.blog') }} @else

{{ __('No blog posts found!') }}

@endif
{{-- End Blog Section --}} {{-- Start call action section --}} @include('website.modern-orange.includes.call-action') {{-- End call action section --}} {{-- Footer --}} @include('website.modern-orange.includes.footer') @endsection