@extends('layouts.app') @section('title', __('Transaction')) @section('content')

Transaction Manage Your Transaction

Name: {{$userInfo[0]->name}}
Type: {{$typeInfo[0]->name}}
Phone: {{$userInfo[0]->phone}}
Account_No: {{$userInfo[0]->account_no}}
Total Transfred: {{$minusInfo[0]->total}}
Total Received: {{$addInfo[0]->total}}
{{$businessInfo[0]->name}}

All Transaction

Show Receive Ledger Show Transfer Ledger @if(auth()->user()->can('transaction.create'))
@endif
@if(auth()->user()->can('banking.view') )
@lang('lang_v1.t_id') @lang('lang_v1.t_date') User @lang('lang_v1.type') @lang('lang_v1.balance') Actions
@endif
@endsection