@extends('website.layout') @section('title') {{$cat->name}} - @endsection @section('content') {{--
--}} {{--
--}}

{{$title??'محصولات'}}

@if (count($products) > 0) {{--
--}} {{--
--}} {{-- ارسال آنی--}} {{--
--}} {{-- ارسال آنی در تهران--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@foreach($products as $pro)
@include('website.component.pro',['p' => $pro])
@endforeach
{{$products->withQueryString()->links()}}
@else

محصولی مطابق با درخواست شما پیدا نشد

@endif
@endsection