• upload your voucher

{{ env('APP_URL')}}reg/{{Auth::user()->username}}

  • {{count(auth()->user()->unreadNotifications)}}
    You have {{count(auth()->user()->unreadNotifications)}} unread Notifications @foreach(Auth()->user()->unreadNotifications->take(5) as $notification)
    {{$notification->data['subject']}} {{ Carbon\Carbon::parse($notification->created_at)->diffForHumans() }} @endforeach
    See All Notifications
  • View Site
  • @if (!empty(Auth()->user()->image)) User Image @else User Image @endif
    @if (isset(Auth()->user()->image) && Auth()->user()->image != null) User Avatar @else User Image @endif
    {{Auth()->user()->name}}
    {{Auth()->user()->email}}
    • {{ __('Edit Profile') }}
    • {{ __('Change Password') }}
    • {{ __('Logout') }}
      @csrf