@extends('layouts.app') @section('title', 'Welcome') @section('content')
A simple ticketing system with Role-Based Access Control
You are logged in as: @foreach(auth()->user()->roles as $role) {{ $role->name }} @endforeach
Please log in to access the ticketing system.