@include('backend.auth.hrm_logo')
    @if (config('app.mood') === 'Saas' && isModuleActive('Saas')) @foreach (DB::table('all_contents')->where('status_id', 1)->get() as $key => $value)
  • {{ $value->title }}
  • @endforeach @if (auth()->check())
  • {{ _trans('common.Dashboard') }}
  • @else
  • {{ _trans('common.Sign In') }}
  • @endif @endif