@extends('layouts.admin', ['title' => 'تنظیمات حسابها']) @section('content')
| عملیات | عنوان | نام صاحب حساب | نوع حساب | شبا | سهم | ویژگی حساب |
|---|---|---|---|---|---|---|
| حذف ویرایش محصولات | {{ $item->title }} | {{ $item->flname }} | {{ $item->account_type == 'personal' ? 'غیر' : '' }}رسمی | {{ $item->shaba }} | {{ $item->percent }} | {{ $item->is_main == true ? '[مرجع]' : '' }} {{ $item->active == true ? '[فعال]' : '[غیرفعال]' }} |