@extends('layouts.app') @section('title', __('')) @section('content') Payments @if(session('success')) {{ session('success') }} @endif Payments @csrf Type * Paybill Till Number Display Name * Short Code Till Number Child Store Number Consumer Key Consumer Secret Passkey Site URL Select Payment Types To Apply @foreach ($paymentLabels as $key => $label) {{ $label }} @endforeach Save Changes @endsection