@extends('layouts.app') @section('sidebar') @include('sidebar') @stop @section('style') @endsection @section('content')

Statement

{{ $bank->name }} Statement

{{--@if(Session::has('success'))--}} {{--
--}} {{--{!! Session::get('success') !!}--}} {{--
--}} {{--@endif--}}
Total Deposit : $ {{ round($total_deposit[0]->total_usd, 2) }} | Total Withdraw : $ {{ round($total_withdraw_usd, 2) }} | Balance : $ {{ round($total_deposit[0]->total_usd - $total_withdraw_usd, 2) }}

Total Deposit : ₹ {{ round($total_deposit[0]->total_inr, 2) }} | Total Withdraw : ₹ {{ round($total_withdraw_inr, 2) }} | Balance : ₹ {{ round($total_deposit[0]->total_inr - $total_withdraw_inr, 2) }}
ID Account No Name Email Transaction Id Processor Id Amount USD INR Type Description Date Updated Date
@endsection @section('script') {{ Html::script('custom/datatables/datatables.bundle.js') }} {{ Html::script('custom/eModal/eModal.js') }}