@extends('layouts.app')
@section('content')
@php
$value = fn ($key, $default = '') => old($key, $settings[$key] ?? $default);
@endphp
M-Pesa Settings
Set up Safaricom Daraja credentials and callbacks for STK Push, C2B and B2C.
Back
@if(session('success'))
{{ session('success') }}
@endif
@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@endsection