@section('title', '- Products Search') @extends('layouts.app') @section('section')
@if($search==1) @if($find!="")

@lang('products.results_text'): "{{$find}}"

@else

@lang('products.list_text')

@endif @else

@lang('products.list_text')

@endif

@lang('products.filter_text')

@push('css') @endpush @push('js') @endpush @endsection