@extends('admin.layouts.app') @section('content')
| {{ __('Payment Method') }} | {{ __('Installed') }} | {{ __('Status') }} | {{ __('Actions') }} |
|---|---|---|---|
|
{{ __($payment_method->name) }}
|
@if ($payment_method->is_status == 'disabled') {{ __('Not Installed Yet' )}} @else {{ __('Installed' )}} @endif | @if ($payment_method->status == 0) {{ __('Inactive') }} @else {{ __('Active') }} @endif |