@extends('layouts.smartadmin.main') @section('title') @lang('Welcome') @endsection @section('content')
{{ $user->name }}
USER ROLE HERE
@lang('Email'):
{{ $user->email }}
MODULES

Click on the module icon to access or find out more information.

@endsection @push('scripts') @endpush