@extends('layouts.site-app') @section('sitecontent')
@include('partials.site.header-menu')
{{__('lang.wallet_title')}}
@include('partials.site.user-links')
{!! Form::model(null, ['method' => 'POST', 'url' => ['wallet-checkout']]) !!} @csrf
{!! Form::close() !!}

{{__('lang.wallet_amount_transaction')}}

{{__('lang.current_wallet_amount')}} {{\Helpers::currency($total_wallet)}}
@if(count($data)>0) @foreach($data as $row) @endforeach @else @endif
{{__('lang.wallet_sno')}} {{__('lang.wallet_amount')}} {{__('lang.wallet_type')}} {{__('lang.wallet_comments')}} {{__('lang.wallet_date_time')}}
{{$i++}} {{\Helpers::currency($row->amount)}} {{$row->type}} {{$row->description}} @if($row->order_info) {{__('lang.wallet_please_click_on')}} #{{$row->order_info->id}} @endif {{\Helpers::commonDateFormate($row->created_at)}}
{{\Helpers::commonTimeFormate($row->created_at)}}
{{__('lang.wallet_record_not_found')}}