@extends('admin.layout') @section('custom-style') @endsection @section('content') @isset($is_payment_method_details_set_up) Confirm or update the following details you set up for this payment method Withdraw confirm payment details Mobile Money Details @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_field()}} Country code* Phone number* @else Provide the following details to set up this payment method Withdraw set up payment method M-PESA payment details @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_field()}} Country code* Phone number* @endisset @endsection