@extends('layouts.dashboard') @section('header') @endsection @section('content')
کیف پول
اعتبار حساب شما : {{$wallet}}ریال

شارژ کیف پول


مبلغ به ریال


@csrf
@if ($errors->has('amount')) {{ $errors->first('amount') }}
@endif @if (session('respmsg'))
{{ session('respmsg') }}
@endif
@endsection