Uni-Vate Properties Logo

@if(Auth::check() && Auth::user()->role == "agent")

Agent : {{ Auth::user()->name }} from {{ Auth::user()->agency }}

@elseif(Auth::check() && Auth::user()->role == "agency admin")

Agency administrator : {{ Auth::user()->name }} from {{ Auth::user()->agency }}

@elseif(Auth::check() && Auth::user()->role == "user" && Auth::user()->agency)

Agent : {{ Auth::user()->name }} from {{ Auth::user()->agency }}

@elseif(Auth::check() && Auth::user()->role == "user")

Private Individual : {{ Auth::user()->name }}

@elseif(Auth::check() && Auth::user()->role == "admin")

Super Administrator : {{ Auth::user()->name }}

@endif
  • Home
  • About
    About Us About Timeshare Resales
  • Timeshare
    To Sell @if(Auth::check() && Auth::user()->agency!=NULL or (Auth::check() && Auth::user()->role=="admin")) Bulk Weeks upload @endif To Buy @if(Auth::check()) Timeshares Listed @endif @if(Auth::check() && (Auth::user()->role == "agency admin" && Auth::user()->access_prelist==1)) Pre-listed Weeks @endif @if(Auth::check() && (Auth::user()->role == "agency admin" or Auth::user()->agency!=NULL)) Create link to share @endif @if(Auth::check() && (Auth::user()->role == "agency admin")) Manage Timeshare Agents Manage Agency Listings @endif @if(Auth::check() && Auth::user()->agency) View All {{ Auth::user()->agency }} Listings @endif @if(Auth::check() && Auth::user()->role == "admin") Pre-listed Weeks @endif FAQs
  • Commercial
    Search To Rent To Sell @if(Auth::check() && Auth::user()->role == "admin") Admin @endif @if(Auth::check()) My Commercial Properties @endif @if(Auth::check() && Auth::user()->role == "admin") All commercial properties @endif
  • Residential
    Search To Rent To Sell @if(Auth::check() && Auth::user()->role == "admin") Admin @endif @if(Auth::check()) My Residential Properties @endif @if(Auth::check() && Auth::user()->role == "admin") All residential properties @endif
  • @if(Auth::check() && Auth::user()->role=='agency admin')
  • Profile
    Update Agency Profile Update Profile
  • @elseif(Auth::check())
  • Update Profile
  • @endif @if(Auth::check() && Auth::user()->role === 'admin')
  • Admin Page
    Admin Logs All agents All agencies Tender Weeks Upload Manage pre-selected weeks Access Approve selected Weeks
  • @endif
  • Contact Us
  • @if(Auth::check() && Auth::user()->role === 'agency admin')
  • Add an agent
  • @endif @if(!Auth::check())
  • Login
  • Register
    Private Individual Agency
  • @elseif(Auth::check())
  • Log Out
  • @endif