@extends('layouts.user') @section('title', 'Withdrawal History - StarHela') @section('page-title', 'Withdrawal History') @section('breadcrumb-current', 'Withdrawal History') @section('content')
Withdrawal History
@if(session('success'))
{{ session('success') }}
@endif

Withdrawal History content will be displayed here.

@endsection