@extends('user') @section('content') @include('partials.breadcrumb')
@include('partials.flash-msg')
{{csrf_field()}}
  • Amount : {{$data->amount}} {{$basic->currency}}
  • Charge : {{$data->charge}} {{ $basic->currency }}
  • Payable : {{$data->charge + $data->amount}} {{ $basic->currency }}
  • In USD : ${{$data->usd}}
@stop