@extends('layouts.user') @section('style') @endsection @section('content')
{{ $page_title }}

{{ $method->name }}

{{ $fund->amount }} - {{ $basic->currency }}

  • Fixed Charge - {{ $method->fix }} - {{ $basic->currency }}
  • Transaction Percent - {{ $method->percent }}
{{ $page_title }}

Current Balance : {{ Auth::user()->amount }} - {{ $basic->currency }}


  {{ $basic->currency }}
  {{ $basic->currency }}
  {{ $basic->currency }}

  {{ $basic->currency }}

Payment Send Details
Send Here
{!! Form::open(['route'=>'manual-fund-submit','files'=>true]) !!}
  {{ $basic->currency }}


Image Only


{!! Form::close() !!}
@endsection @section('scripts') @endsection