@php
$user = Auth::user();
$conta = $user->account_id;
@endphp
@yield('title')
@yield('pre-script')
-
-
@if(\App\Notificacoe::where('status',1)->count() != 0)
{{ \App\Notificacoe::where('status',1)->count() }}
@endif
-
@if(Auth::user()->todosprocessos == 1)
-
@endif
@if(Auth::user()->finalizadosprocessos == 1)
-
@endif
@if(Auth::user()->arquivadosprocessos == 1)
-
@endif
-
@if(Auth::user()->configuracao == 1)
-
-
-
-
@endif
@if(Auth::user()->config_processos == 1)
-
-
@endif
-
@yield('content')
@yield('post-script')
@yield('post-script2')