@extends('layouts.admin') @section('title') @lang('Edit Config') @endsection @section('breadcrumb')

@lang('Edit Config : '.$gateway->name)

@lang('Back')
@endsection @section('content')
@if ($gateway->status == 1)
@lang('Default')
@endif
@csrf @foreach ($gateway->config as $key => $value)
@endforeach @if ($gateway->status != 1)
@endif
@endsection