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

Companies

Enter company name then press enter

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