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

Spin Now content will be displayed here.

@endsection