@extends('provider.layout.app') @section('content')
@lang('provider.profile.profile') @lang('provider.profile.manage_documents') @lang('provider.profile.update_location') @lang('provider.profile.wallet_transaction') @if(config('constants.card')==1) @lang('provider.card.list') @endif @lang('provider.profile.transfer') @if(config('constants.referral')==1) @lang('provider.profile.refer_friend') @endif
@include('common.notify')
{{ csrf_field() }}

{{currency(Auth::user()->wallet_balance)}} @lang('user.in_your_wallet')

@lang('user.add_money')

@if(Config::get('constants.card') == 1) @endif @if(Config::get('constants.braintree') == 1) @endif
@if(Config::get('constants.braintree') == 1) @endif
@php($page = ($pagination->currentPage-1)*$pagination->perPage) @foreach($wallet_transation as $index=>$wallet) @php($page++) @endforeach
@lang('provider.sno') @lang('provider.transaction_ref') @lang('provider.datetime') @lang('provider.amount')
{{$page}} {{$wallet->transaction_alias}} {{$wallet->transactions[0]->created_at->diffForHumans()}} {{currency($wallet->amount)}}
{{ $wallet_transation->links() }}
@endsection @section('scripts') @if(Config::get('constants.braintree') == 1) @endif @endsection