@extends('frontend.layouts.master') @section('meta_title', $seo_setting['blog_page']['seo_title']) @section('meta_description', $seo_setting['blog_page']['seo_description']) @section('contents') @forelse($blogs as $blog) {{ $blog->category->translation->title }} {{ formatDate($blog->created_at) }} {{ __('by') }} {{ truncate($blog->author->name, 14) }} {{ truncate($blog->translation->title, 50) }} @empty {{ __('No Data Found') }} @endforelse {{ $blogs->links() }} @endsection @push('scripts') @endpush
{{ __('No Data Found') }}