@extends('frontend.theme_2.app') @section('title', __('Wallet') . ' || ' . $companyName) @push('styles') @endpush @section('content')
@include('frontend.pages.customer.sidemenu')

{{ __('Wallet') }}

{{ \Carbon\Carbon::now()->startOfWeek()->format('j M y') }} - {{ \Carbon\Carbon::now()->endOfWeek()->format('j M y') }}

{{ __('Payment') }}
{{ __('total_wallet_bookings') }}

{{ __('Bookings') }}

{{ __('credited') }}

{{ __('debited') }}

{{ __('available_balance') }}

{{ __('Wallet Transactions') }}
# {{ __('Amount') }} {{ __('Payment Type') }} {{ __('Status') }} {{ __('Transaction Date') }}
@endsection @push('plugins') @endpush @push('scripts') @endpush