Logo {{-- --}}
  • {{ __('Features') }}
  • {{ __('Samples') }}
  • {{ __('Pricing') }}
  • {{ __('How to Sign') }}
  • {{ __('Faq') }}
  • @if (Route::has('login')) @auth @if (auth()->user()->role == 2 && isset($day_left) > 1)
  • {{ $day_left }} days left
  • {{ __('Add Billing') }}
  • @endif @endif @endauth @if (Route::has('login')) @auth
  • @if (auth()->user()) img @endif
    @if (auth()->user() && isset($image_path)) img @endif
    @if (auth()->user())
    {{ auth()->user()->name }}

    {{ auth()->user()->email }}

    @endif
    @if (auth()->user()) {{-- admin menu box --}}
    • {{ __('Dashboard') }}
    • {{ __('Profile') }}
    • {{ __('Change Password') }}
    @endif
    • {{ __('Help Support') }}
    • {{ __('Logout') }}
  • @else
  • {{ __('Free Trial') }}
  • @endauth @endif