@extends('admin.layouts.master') @php $active_payment_methods = $config->paymentMethods->pluck('id')->toArray(); @endphp @section('content')
{{ $type }}
@endif{!! get_payment_method_type($type_id)['description'] !!}
{{ $payment_provider->name }}
@endif{!! $payment_provider->description !!}
@if (in_array($payment_provider->id, $active_payment_methods)) {{ trans('app.deactivate') }} @else {{ trans('app.activate') }} @endif