@yield('link') @yield('style') @yield('css') @yield('css')
@if(Auth::check())
{{Auth::user()->first_name.' '.Auth::user()->last_name}}
Profile
Exit
@endif
Main
home
Dashboard
devices
Devices
@if(auth()->user()->role->role=='Super Admin' || auth()->user()->role->role=='Admin' || auth()->user()->role->role=='Admin Guest' || auth()->user()->role->role=='Manufacturer' || auth()->user()->role->role=='Distributor')
person
Users
@endif
forum
Forum
message
Messages @if(Auth::user()->newThreadsCount() > 0)
{{ Auth::user()->newThreadsCount() }}
@endif
description
Log
exit_to_app
Logout
{{ csrf_field() }}
@yield('content')
@yield('js')