@php
$lims_warehouse_list = App\Models\Warehouse::where('is_active', true)->get();
@endphp
@if( !config('database.connections.saleprosaas_landlord') && \Auth::user()->role_id <= 2 && isset($_COOKIE['login_now']) && $_COOKIE['login_now'] )
Hurray !!! A new version {{config('auto_update.VERSION')}} has been released. Please Click here to check upgrade details.
@endif
{{trans('file.welcome')}} {{Auth::user()->name}}
@php
$revenue_profit_summary = $role_has_permissions_list->where('name', 'revenue_profit_summary')->first();
@endphp
@if($revenue_profit_summary)
@if (\Auth::user()->role_id <= 2)
@endif
@endif