@extends('backend.master') @section('title','Payment Methods') @push('styles') @endpush @section('content')
| Logo | Label | Key | Agent | Active | Sort | Actions |
|---|---|---|---|---|---|---|
|
@if($m->logo_path)
|
{{ $m->label }} | {{ $m->key }} | {{ $m->agent_number ?: '-' }} | {{ $m->is_active ? 'Active' : 'Disabled' }} | {{ $m->sort }} | |
| No methods found. | ||||||