@php error_reporting(0); @endphp @extends('admin.layouts.master') @section('title', 'تنظیمات ارزهای دیجیتال') @section('content')
| # | نام فارسی ارز | لوگو | نام خارجی ارز | نماد | حداقل خرید | عملیات | ||
|---|---|---|---|---|---|---|---|---|
| {{ $cryptocurrency->id }} | {{ $cryptocurrency->name_fa }} | {!! coin_logo_image($cryptocurrency->name, [ 'alt' => $cryptocurrency->name_fa, 'class' => 'me-1', 'width' => '25px', 'loading' => 'lazy' ]) !!} | {{ $cryptocurrency->name }} | {{ $cryptocurrency->symbol }} | {{ number_format($cryptocurrency->min_buy ?? 0, 8) }} | @if($cryptocurrency->buy_status == 1) فعال @else غیرفعال @endif | @if($cryptocurrency->sell_status == 1) فعال @else غیرفعال @endif |