@extends('frontend::layouts.master') @section('title', __('frontend.wallet_history')) @section('content') @include('frontend::components.section.breadcrumb')
    @for ($i = 0; $i < 6; $i++) @include('frontend::components.card.shimmer_wallet_card') @endfor
@endsection @push('after-styles') @endpush @push('after-scripts') @endpush