@php
use Illuminate\Support\Facades\Storage;
@endphp
@if (Auth::check())
@if (
auth()->user()->role->slug == 'founder' ||
auth()->user()->role->slug == 'developer' ||
auth()->user()->role->slug == 'game-database-admin' ||
auth()->user()->role->slug == 'site-content-admin'
)
@endif
@else
@endif