@extends('frontend::layouts.app') @section('title', __('messages.search')) @section('meta_description', __('messages.search')) @section('meta') @endsection @section('content')
@if ($posts && !empty($keyword)) @if ($posts->isEmpty())
{{ __('messages.no_search_result') }}
@else

{{ __('messages.search_results_for', ['keyword' => $keyword]) }}

@endif @endif
@endsection