@extends('layouts.app') @section('content')

{{ _lang('Send Money') }}

{{ csrf_field() }}
{{ get_option('transfer_fee_type') == 'percentage' ? get_option('transfer_fee').'%' : currency().get_option('transfer_fee') }} {{ _lang('transaction charge will be applied') }}
@endsection