@extends('backend.layouts.main') @section('title') {{ __('Payment gateway') }} {{ $payment_gateway->id }} :: {{ __('Info') }} @endsection @section('content') @if($data) @foreach($data as $key => $value) @endforeach @endif
{{ __($key) }} {{ $value }}
{{ __('Back to all payment gateways') }}
@endsection