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

Withdraw YouTube content will be displayed here.

@endsection