@extends("front.layout.master")
@section("body")
@php
$page="search";
@endphp
@if(count($products)!=0 )
{{ __('staticwords.yourSearchFor') }} {{$search_word}}
{{ __('staticwords.yieldedTheFollowingResults') }}.
@else
{{ __('staticwords.weFoundNoMatchWith') }} {{ $search_word}}
.
No artwork is available now
@endif
@endsection
@section('script')
@endsection