@extends('frontend.layouts.user_panel') @section('panel_content')
# | {{ translate('Name')}} | {{ translate('Price')}} | {{ translate('Available Status')}} | {{ translate('Admin Status')}} | {{ translate('Options')}} |
---|---|---|---|---|---|
{{ $key+1 }} | {{ $product->name }} | {{ single_price($product->unit_price) }} | @if ($product->published == '1') {{ translate('PUBLISHED')}} @else {{ translate('PENDING')}} @endif | {{-- --}} |