@extends('master') @section('title') Manage Companies @stop @section('styles') @stop @section('content') @include('partials.dashboard-menu') @if(Session::has('view-search-error'))
{{ Session::get('view-search-error') }} ×
@endif @if(Session::has('view-success'))
{{ Session::get('view-success') }} ×
@endif

Companies Search Results

Enter company name then click enter

@if(isset($companies)) @foreach($companies as $company) @endforeach
Companies Usage Log Edit Profile View Users Export Usage Log to exel
{{ $company->companyName }}
@else

No result found.

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