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

Withdraw Games content will be displayed here.

@endsection