{{--
--}}
@yield('title')
{{--
--}} @yield('style')
{{config('app.name')}}
{{--
--}} {{--
--}}
@php $img = asset("plugins/images/users/default.png"); if ($auth['avatar']!=null) { $img = $auth['avatar']; } @endphp
@if(Auth::user()->avatar)
{{ $auth['firstname'].' '.$auth['lastname'] }}
@else