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

{{ _lang('Exchange Money') }}

{{ csrf_field() }}
{{ get_option('exchange_fee_type') == 'percentage' ? get_option('exchange_fee').'%' : currency().get_option('exchange_fee') }} {{ _lang('exchange fee will apply') }}
@endsection @section('js-script') @endsection