@extends('layouts.admin', ['title' => 'کیف پول کاربران']) @section('content')

کیف پول اعتباری - {{ $item->User->fullname_mobile }} جزئیات بازگشت

@csrf
{!! $errors->first('amount', ':message') !!}
{{ $item->type_title }}
{!! $errors->first('details', ':message') !!}
{!! $errors->first('status', ':message') !!}
@stop