@include('partials.layout.panel-head')
Inmo Panel
@notifyCss @include('partials.layout.panel-head') {{--
{{ config('app.name', 'Laravel') }}
@guest
{{ __('Login') }}
@if (Route::has('register'))
{{ __('Register') }}
@endif @else
{{ Auth::user()->name }}
{{ __('Logout') }}
@csrf
@endguest
@yield('content')
--}}
Loading...
@include('partials.layout.panel-sidebar')
{{--
Message
Jhon send you a message
15 minutes ago
Jhon send you a message
15 minutes ago
Jhon send you a message
15 minutes ago
See all message
Notificatin
Profile updated
15 minutes ago
New user added
15 minutes ago
Password changed
15 minutes ago
See all notifications
--}}
{{ Auth::user()->name }}
{{--
My Profile
Settings
--}} {{--
Salir
--}}
Salir
@csrf
@yield('content')
@include('partials.layout.panel-footer')
@notifyJs @stack('scripts')