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