@extends('layout.master') @section('content') @php // dd($order->toArray()); @endphp
@csrf

Passbook

Wallet Amount

{{$user->wallet_amount ?: 0}}

Credit Amount

{{$user->credit_limit ?: 0}}

Total Balance

{{($user->wallet_amount ?: 0) + ($user->credit_limit ?: 0)}}

{{--
--}}
Date Order ID AWB Code Category Credit() Debit() Discription
@endsection @section('scripts') @endsection -