@extends('admin.layouts.app') @section('page_title', __('Manual Payment Methods')) @section('content')

@lang('Manual Gateway')

@lang('Add Method')
@if(count($methods) > 0) @foreach($methods as $method) @endforeach @endif
@lang("Name") @lang("Supported Currency") @lang("Description") @lang("Status") @lang("Action")
Image Description
@lang($method->name)
@lang(count($method->supported_currency ?? 0)) {{ Str::limit($method->description, 32) }} @if($method->status == 1) @lang("Active") @else @lang("Inactive") @endif
@lang('Edit')
@endsection @push('css-lib') @endpush @push('js-lib') @endpush @push('script') @endpush