@extends('front.layout.layout') @section('content')

{{ $getVendorShop }}

@include('front.products.vendor_products_listing')
@if(isset($_GET['sort']))
{{ $vendorProducts->appends(['sort'=>$_GET['sort']])->links() }}
@else
{{ $vendorProducts->links() }}
@endif
 
@endsection