@extends('layouts.admin') @section('page-title','') @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>[ route('admin.dashboard')=>__('default.dashboard'), '#'=>isset($pageTitle)?$pageTitle:'' ]]) @endsection @section('content')
{{ __lang('name') }} | {{ __lang('enabled') }} | {{ __lang('installed-currencies') }} | {{ __lang('supported-currencies') }} | {{ __lang('sort-order') }} | |
---|---|---|---|---|---|
{{ $row->payment_method }} | {{ boolToString($row->status) }} | @php if($row->is_global==1): @endphp {{ __lang('all-currencies') }} @php else: @endphp @php foreach(\App\PaymentMethod::find($row->payment_method_id)->paymentMethodCurrencies as $currency): @endphp {{$currency->currency->country->currency_code }} @php endforeach; @endphp @php endif; @endphp | {{ $row->currency }} | {{ $row->sort_order }} | {{ __lang('edit') }} |