@extends('frontend.layouts.app') @php if(app()->environment() == 'dev') $site = 'dev'; else $site = 'www'; @endphp @push('head-area') @endpush @section('content') Home / Blogs Blogs Showing {{ $data['posts']->firstItem() }} - {{ $data['posts']->lastItem() }} of total {{ $data['posts']->total() }} Results @if(count($data['posts']) > 0) @foreach($data['posts'] as $post) See Blogs Details @endforeach {!! $data['posts']->appends( request()->except('page') )->links() !!} @else Sorry!, no blog posts found. @endif Join our newsletter and get 30% discount for your next order. Subscribe @endsection
Sorry!, no blog posts found.