@extends('layouts.admin', ['title' => 'آپشنها']) @section('content') @section('css') @stop
| عملیات | گروه | عنوان | قیمت (تومان) | کد رنگ | IRC | موجودی | تعداد | وزن | پرداخت |
|---|---|---|---|---|---|---|---|---|---|
| حذف ویرایش | {{ $item->group }} | {{ $item->title }} | {{ $item->amount }} | {{ $item->color_code }} | {{ $item->irc }} | {{ $item->availability ? 'بلی' : '-' }} | {{ $item->item_count }} | {{ $item->weight }} | {{ $item->payment_online ? '[آنلاین]' : ' ' }} {{ $item->payment_card ? '[کارت به کارت]' : ' ' }} {{ $item->payment_place ? '[محل]' : ' ' }} {{ $item->payment_credit ? '[اعتباری ]' : ' ' }} |