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

Crypto Deposit content will be displayed here.

@endsection