@extends('theme.layout.layout-pages') @section('page-content')

@lang('view.search_result_for'): {{ $search_value }}

{{-- --}}
@if ($search_value && count($posts))
{!! $posts->links('pagination::bootstrap-4') !!}
{{-- --}}
@else
@lang('view.not_found_result')
@endif
@endsection