@extends('layouts.main') @section('content')

{{$current_title}} ({{count($products->data)}})

@if($products) @if(isset($products->data)) @if(count($products->data)) @if(isset($products->status)) @if($products->status == 1)
@foreach($products->data as $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 > 20)
@endif @else

No Experience available

@endif @endif @endif @endif @endif
@endsection @push('style') @endpush @push('script') @endpush