@extends('layouts.front_layout') @section('content') @section('title', 'Dashboard')
@include('user.sidebar')

Gutschein


@php $user_id = Auth::user()->id; @endphp @forelse($products as $key=>$row) @empty @endif
S.No Image Title Code Sell Price Action
{{$key+1+($products->currentPage()-1) * ($products->perPage())}} @if($row->image)@endif {{$row->title ?? ''}} {{App\Helpers\Helper::getViewPartnerProductId($user_id,$row->partner_product_id)}} € @if($row->price != '') {{$row->price ?? ''}} @else {{$row->minimum_price ?? ''}} - {{$row->maximum_price ?? ''}} @endif Edit Delete
Offer not found
{{$products->links()}}
@include('includes/admin/delete-model') @stop