
  •  {{ __('backend.sitePreview') }}
  • @if($alerts >0)
  •  @if($alerts >0) {{ $alerts }} @endif
      @foreach(Helper::webmailsAlerts() as $webmailsAlert)
    • {{ $webmailsAlert->from_name }}
      $webmailsAlert->id]) }}" class="text-primary">{{ $webmailsAlert->title }}
      {{ date('d M Y h:i A', strtotime($webmailsAlert->date)) }}
    • @endforeach @foreach(Helper::eventsAlerts() as $eventsAlert)
    • $eventsAlert->id]) }}" class="text-primary">{{ $eventsAlert->title }}
      @if($eventsAlert->type ==3 || $eventsAlert->type ==2) {{ date('d M Y h:i A', strtotime($eventsAlert->start_date)) }} @else {{ date('d M Y', strtotime($eventsAlert->start_date)) }} @endif
    • @endforeach
  • @endif
  • @if(Auth::user()->photo !="") {{ Auth::user()->name }} @else {{ Auth::user()->name }} @endif
    @if(Helper::GeneralWebmasterSettings("inbox_status")) @if(@Auth::user()->permissionsGroup->inbox_status) {{ __('backend.siteInbox') }} @if( Helper::webmailsNewCount() >0) {{ Helper::webmailsNewCount() }} @endif @endif @endif @if(Auth::user()->permissions ==0 || Auth::user()->permissions ==1) {{ __('backend.profile') }} @endif
    {{ __('backend.logout') }}
    {{ csrf_field() }}
  • 
{{Form::open(['route'=>['adminFind'],'method'=>'POST', 'role'=>'search', 'class' => "navbar-form form-inline pull-right pull-none-sm navbar-item v-m" ])}}
{{Form::close()}} @if(@Auth::user()->permissionsGroup->add_status)
  • {{ __('backend.new') }}
    permissionsGroup->data_sections); $clr_ary = array("info", "danger", "success", "accent",); $ik = 0; $mnu_title_var = "title_" . @Helper::currentLanguage()->code; $mnu_title_var2 = "title_" . env('DEFAULT_LANGUAGE'); ?> @if(@Auth::user()->permissionsGroup->add_status) @foreach($GeneralWebmasterSections as $headerWebmasterSection) @if(in_array($headerWebmasterSection->id,$data_sections_arr)) $mnu_title_var != "") { $GeneralWebmasterSectionTitle = $headerWebmasterSection->$mnu_title_var; } else { $GeneralWebmasterSectionTitle = $headerWebmasterSection->$mnu_title_var2; } $LiIcon = ""; if ($headerWebmasterSection->type == 3) { $LiIcon = ""; } if ($headerWebmasterSection->type == 2) { $LiIcon = ""; } if ($headerWebmasterSection->type == 1) { $LiIcon = ""; } if ($headerWebmasterSection->type == 0) { $LiIcon = ""; } if ($headerWebmasterSection->id == 1) { $LiIcon = ""; } if ($headerWebmasterSection->id == 7) { $LiIcon = ""; } if ($headerWebmasterSection->id == 2) { $LiIcon = ""; } if ($headerWebmasterSection->id == 3) { $LiIcon = ""; } if ($headerWebmasterSection->id == 8) { $LiIcon = ""; } ?> id)}}">{!! $LiIcon !!}  {!! $GeneralWebmasterSectionTitle !!} @endif @endforeach @if(@Auth::user()->permissionsGroup->banners_status)   {{ __('backend.adsBanners') }} @endif
    @if(Helper::GeneralWebmasterSettings("newsletter_status")) @if(@Auth::user()->permissionsGroup->newsletter_status)   {{ __('backend.newContacts') }} @endif @endif @endif @if(Helper::GeneralWebmasterSettings("inbox_status")) @if(@Auth::user()->permissionsGroup->inbox_status) "create"]) }}">  {{ __('backend.compose') }} @endif @endif
@endif