@extends('admin.layout') @section('content')

{{ __('Edit Payment Gateway') }}

{{ __('Edit Payment Gateway') }}

@csrf
@if ($errors->has('image'))

{{ $errors->first('image') }}

@endif

{{ __('Upload 730X455 (Pixel) Size image for best quality. Only jpg, jpeg, png image is allowed.') }}

@if($data->type == 'automatic')
@if ($errors->has('title'))

{{ $errors->first('title') }}

@endif
@if($data->information != null) @foreach($data->convertAutoData() as $pkey => $pdata) @if($pkey == 'sandbox_check')
@else
@endif @endforeach @endif @else
@if ($errors->has('title'))

{{ $errors->first('title') }}

@endif
@if($data->keyword == null)
@endif @endif
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
@endsection