@extends('layouts.app') @section('title', __('')) @section('content')

Integration Settings

@if(session('success'))
{{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if ($paymentSettings) @else @endif
Type Display Name Short Code Till Number Site Url Actions
{{ ucfirst($paymentSettings->type) }} {{ $paymentSettings->display_name }} {{ $paymentSettings->short_code }} {{ $paymentSettings->till_no }} {{ $paymentSettings->site_url }} Edit
No payment integration found.
@endsection