@extends($active_theme) @section('title') {{__('user.User portfolio')}} @endsection @section('frontend-content')
@include('user.inc.profile_header')
@forelse ($products as $product)
@empty

{{__('user.Product Not Found')}}

@endforelse
@if ($products->hasPages()) {{ $products->links('custom_pagination') }} @endif
@include('user.inc.user_information')
@endsection @push('frontend_js') @endpush