@extends('frontend.frontend-page-master') @section('page-title') {{__('Search For: ')}} {{$search_term}} @endsection @section('content')
@if(count($all_blogs) < 1)
{{__('Nothing found related to').' '.$search_term}}
@endif @foreach($all_blogs as $data) @endforeach
{{$all_blogs->links()}}
@include('frontend.pages.blog.sidebar')
@endsection