@extends('master') @section('title') Manage Users @stop @section('styles') @stop @section('content') @include('partials.dashboard-menu')

Companies

Add New Company

Enter company name then press enter

@foreach($companies as $company) @endforeach
Companies View Company Info Usage Log Edit Profile View Users Export Usage Log to exel
{{ $company->companyName }}
@include('partials.footer') @stop @section('scripts') @stop