@extends('layouts.mobile-user-2') @section('content')

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

  {{ $basic->currency }}
  {{ $basic->currency }}
{{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--   USD --}} {{--
--}} {{--
--}} {{--
--}}
@php $charge = $payment->fix + (($fund->amount * $payment->percent) / 100) @endphp
  {{ $basic->currency }}
@php $total = ($charge + $fund->amount) / $payment->rate @endphp
  $
@endsection @section('scripts') @endsection