@extends('front.layouts.master') @section('seo_title', $global_other_page_items->page_search_seo_title) @section('seo_meta_description', $global_other_page_items->page_search_seo_meta_description) @section('content') {{ __('Search By:') }} {{ $search_by }} {{ __('Home') }} {{ $global_other_page_items->page_blog_title }} {{ $search_by }} @forelse ($posts as $item) {{ $item->created_at->format('d M, Y') }} {{ __('by Admin') }} {{ $item->title }} {{ __('Read More') }} @empty {{ __('No Post Found') }} @endforelse {{ $posts->links() }} @endsection