@extends("front.layout.master")
@section("body")
@isset($sliders)
@foreach (json_decode($sliders) as $slider)
@endforeach
@endisset
@if(count($products)>0)
@php
$page="b2b";
$heading=App\BusinessCategory::where('id',$searchId)->first()->title;;
@endphp
@else
There is no artwork available now
@endif
@endsection
@section('script')
@endsection
@section('script')
@endsection