Admin Panel
Dashboard
@if(auth()->user()->role == 1)
Create User
@endif
QR Generator
View All QR Codes
Logout
@include('layouts.nav')
@yield('content')
@csrf
@stack('scripts')