{{-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 4 & Angular 8 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Dribbble: www.dribbble.com/keenthemes Like: www.facebook.com/keenthemes Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes Renew Support: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project. --}} {{-- Title Section --}} {{config('propai.appName')}} {{config('propai.toolName2')}} | @yield('title', $page_title ?? '') {{-- Meta Data --}} {{-- Favicon --}} {{-- Fonts --}} {{-- Includable CSS --}} @yield('styles')
Logo
@if(\Request::segment(1) === 'dashboard') Dashboard @endif @if(\Request::segment(1) === 'property-detail') Property Details @endif
Hello, @php $user_name = json_decode(Session::get(config('propai.authSessionKey')))->first_name; $user_image = json_decode(Session::get(config('propai.authSessionKey')))->image; @endphp {{$user_name}}
@yield('content') {{-- Includable JS --}} @yield('scripts')