@yield('top_scripts')
@include('layouts.navbar') @include('layouts.sidebar')
@yield('breadcrumb') @yield('content')
@if(Session::has('exception_catch'))
{{ Session::get('exception_catch') }}
Close
@endif @if(\App\Models\Contact::where('user_id',Auth::id())->first()->account_id==2)
@endif @yield('splunk') @include('layouts.splunk_login') @include('layouts.footer') @yield('scripts2') @yield('footer_scripts') @yield('scripts') @if(@Session::get('user_id'))
×
Close
Raw string
Compiled String
@endif @yield('bottom_css')