@include('partials.header')
Play
@yield('content')
@if(auth()->user()->role_id == 3) @endif @if(auth()->user()->role_id == 1 || auth()->user()->role_id == 2) @endif @if(auth()->user()->role_id == 1 || auth()->user()->role_id == 2) @endif @include('layouts.messages') @stack('scripts')