@extends('frontend.layouts.user_panel') @section('panel_content')
@php $authUser = auth()->user(); @endphp| # | {{ translate('Product')}} | {{ translate('Price')}} | {{ translate('Available Status')}} | {{ translate('Admin Status')}} | {{ translate('Options')}} |
|---|---|---|---|---|---|
| {{ sprintf('%02d', $key+1) }} |
{{ $product->name }}
|
{{ single_price($product->unit_price) }} | @if ($product->published == '1') {{ translate('PUBLISHED')}} @else {{ translate('PENDING')}} @endif |