@if(is_null($gymSettings)) {!! HTML::image(asset('/fitsigma/images/').'/'.'fitsigma-logo-full-red-white.png', 'Logo',array("class" => "logo-style")) !!} @else @if($gymSettings->customer_logo != '') @if($gymSettings->local_storage == '0') {!! HTML::image($gymSettingPath.$gymSettings->customer_logo, 'Logo',array("class" => "logo-style")) !!} @else {!! HTML::image(asset('/uploads/gym_setting/master/').'/'.$gymSettings->customer_logo, 'Logo',array("class" => "logo-style")) !!} @endif @else {!! HTML::image(asset('/fitsigma/images/').'/'.'fitsigma-logo-full-red-white.png', 'Logo',array("class" => "logo-style")) !!} @endif @endif
  • @if($unreadNotifications > 0)@endif
    • You have {{ $unreadNotifications }} new notifications
    • @foreach($notifications as $notification)
      user
      {!! $notification['notification_type'] !!}
      {{ $notification['title'] }}
      @endforeach
    • Mark as Read
  • @if($customerValues->image =='') @else @if($gymSettings->local_storage == 0) @else @endif @endif{{ $customerValues->first_name }}
    • My Profile
    • Inbox
    • Logout