@extends('layouts.main') @section('content')
{{--@include('partials.sigma.experience.sidebar')--}}
@if (!Auth::user()->currency->is_currency_fixed == '1') @else @endif @if($products) @if(isset($products->data)) @if(count($products->data)) @if(isset($products->status)) @if($products->status == 1)

{{$current_title}}

{{--
--}} {{--

{{ucwords($products->supplier_name)}}

--}} {{--
--}}
@if(isset($products->data)) @foreach($products->data as $product)

product_code])}}" title="{{$product->product}}">{{str_limit($product->product, 30)}}

@if(Auth::check()) @if(Auth::user()->currency->is_currency_fixed == '1')
₦{{transform_product_price($product->price, 1) }}
@else
{{ transform_product_price($product->price, Auth::user()->currency->rate ) }} {{Auth::user()->currency->currency }}
@endif @endif
@endforeach
@if($products->total > 4)
@endif @else

No Experience available

@endif
@else @include('pages.experience._search_experience_panel') @endif @endif @else @include('pages.experience._search_experience_panel') @endif @endif @endif
@endsection @push('style') @endpush @push('script') @endpush