@extends('admin.layout') @section('custom-style') @endsection @section('content') Setup your preferred payment method (will be used for payouts and any resultant withdrawals) Select one from your setup payment methods @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 @isset($pay_methods_set_up) {{csrf_field()}} @isset($is_paypal_set_up) Paypal Payments @endisset @isset($is_mobile_money_set_up) Mobile Money(M-PESA) @endisset @isset($is_bankers_cheque_set_up) Banker's Cheque @endisset @isset($is_bank_transfer_set_up) Bank Transfer @endisset @else Setup your payment methods here @endisset @endsection