@extends('admin.layout') @section('custom-style') @endsection @section('content')

M-PESA Payment icons settings

@if ($errors->any())
@foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif @if(\Session::has('error'))
  • {!! \Session::get('error') !!}
  • @endif @if(\Session::has('success'))
  • {!! \Session::get('success') !!}
  • @endif
    @csrf
    @include('admin.payment-methods.icons.payment-icons-display', ['payment_method' => 'M-PESA', 'payment_db_setting' => 'M-PESA_payment_icon'])
    @endsection @section('custom-scripts') @endsection