@extends('admin.layout') @section('title', 'Detail Channel Pembayaran') @section('page-title', 'Detail Channel Pembayaran') @section('content')
{{ $paymentChannel->name }}
{{ $paymentChannel->code }}
{{ $paymentChannel->is_active ? 'Aktif' : 'Nonaktif' }}
#{{ $paymentChannel->sort_order }}
{{ $paymentChannel->description }}
{{ $paymentChannel->icon ?? 'fas fa-credit-card-alt' }}
{{ $paymentChannel->color ?? '#007bff' }}
| {{ ucfirst(str_replace('_', ' ', $key)) }} |
@if(str_contains($key, 'password') || str_contains($key, 'secret') || str_contains($key, 'key'))
••••••••
@else
{{ $value }}
@endif
|
{{ $paymentChannel->id }}
Channel ini belum digunakan dalam invoice apapun. Anda dapat menghapusnya jika tidak diperlukan.