@section('title', 'Spring Clean') @extends('layouts.main') @section('extra-css') @endsection @section('content')
@if(session('currentPlayerQuantity') > 1)
@csrf @foreach($prize as $data) @endforeach
@else @endif
@endsection @section('extra-js') @endsection()