@extends('master') @section('title') Manage Users @stop @section('styles') @stop @section('content')
@if($companies!=NULL)
@if(Auth::user()->role=='admin')

Log into management dashboard

Log into main website

Select company

@elseif(Auth::user()->role=='user') @else @endif
@else

No Linked companies, contact system administrator for assistance.

@endif
@include('partials.footer') @stop