@extends('layouts.public') @section('title') {{trans('seo.title.search')}} @endsection @section('description') {{trans('seo.description.category')}} @endsection @section('image', asset('images/share/posts.jpg')) @section('content')
{!!trans('global.search.no-results')!!}
@endforelse