@extends('layouts.app') @section('content') @include('parts.user-header')
@if(\Illuminate\Support\Facades\Auth::user()->level == 2) @else

Sorry, this section is for VIP members only

@endif
@endsection