@extends('layouts.master') @section('content') @guest('player')

You are not supposed to be here

@endguest @auth('player') {{ Auth::guard('player')->user()->name }} {{ Auth::guard('player')->user()->email }} Profile Lantern Redemption Form Logout @endauth @endsection