8 lines
182 B
PHP
8 lines
182 B
PHP
@extends('frontend.layout')
|
|
@section('content')
|
|
|
|
<!-- about me -->
|
|
@include('frontend.game.luckywheel')
|
|
<!-- footer -->
|
|
<!-- end of page footer -->
|
|
@endsection |