@extends('layouts/contentNavbarLayout') @section('title', 'نمایش محصول') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
| # | نام | تعداد | قیمت | ایجاد شده در | عملیات |
|---|---|---|---|---|---|
| {{ $row['id'] }} | {{ $row['name'] }} | {{ $row['count'] ?? '-' }} | {{ $row['price'] ? number_format($row['price']) : '-' }} | {{ $row['created_at'] ? date('Y-m-d H:i:s', strtotime($row['created_at'])) : '-' }} |
|