@extends('layouts.admin') @section('content')
{{ __('Edit Payment Gateway') }} {{ __('Back') }}
@include('includes.admin.roles.settings')
{{ __('Edit Payment Form') }}
@include('includes.admin.form-both') {{ csrf_field() }} @if ($data->type == 'automatic')
@if ($data->information != null) @foreach ($data->convertAutoData() as $pkey => $pdata) @if ($pkey == 'sandbox_check')
@else
@endif @endforeach @endif @else
@if ($data->keyword == null)
@endif @endif
@endsection