@extends('web.layouts.container') @section('css') @endsection @section('content')
فلتر البحث حسب
@if(count($products)) @foreach($products as $product) @endforeach @endif
@endsection @section('inner_js') @endsection