@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 Bank Transfer 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()}} Name of bank* Name of bank branch* Bank swift code* Account number Full names* @else Provide the following details to set up this payment method Withdraw set up payment method Bank transfer 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()}} Name of Bank* Name of Bank Branch* Bank Swift Code* Account Number Full Names* @endisset @endsection