@extends('layouts.admin') @section('title', setting('school_name', 'ShulePoint') . ' | Payment Methods') @section('page-title', 'Payment Methods') @section('content')
| Name | Code | Status | Actions |
|---|---|---|---|
|
@if($method->logo)
|
{{ $method->code }} | @if($method->is_active) Enabled @else Disabled @endif | Configure |
|
No payment methods Payment methods will appear here once configured. |
|||