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

Free Spin content will be displayed here.

@endsection