@extends('admin.layouts.app') @section('page_title', __('Manual Payment Methods')) @section('content')
@lang("Name") | @lang("Supported Currency") | @lang("Description") | @lang("Status") | @lang("Action") |
---|---|---|---|---|
@lang($method->name)
|
@lang(count($method->supported_currency ?? 0)) | {{ Str::limit($method->description, 32) }} | @if($method->status == 1) @lang("Active") @else @lang("Inactive") @endif |