@extends('layouts.app') @section('title', 'محصولات') @section('content')
| عکس | نام | توضیحات | قیمت | دسته بندی | وضعیت | عملیات | |
|---|---|---|---|---|---|---|---|
|
@if($product->image)
|
{{ $product->name }} | {{ Str::limit($product->description, 60) }} | @if($product->price > 0){{ number_format($product->price, 2) }} تومان | @elseمتغیر | @endif{{ $product->category->name}} | @if($product->is_disabled) Disabled @else Active @endif | |
| محصولی وجود ندارد. | |||||||
{{ Str::limit($product->description, 80) }}
{{ number_format($product->price, 2) }} تومان
@if($product->is_disabled) Disabled @else Active @endif
محصولی وجود ندارد.
@endforelse