{{ $title or null }}

@if (Entrust::hasRole('superadmin') || Entrust::hasRole('admin')) add @endif
search
@if (Entrust::hasRole('manager'))
@if(count($companies) > 0) @foreach ($companies as $company) @endforeach @endif
{{ Lang::get('companiesList.header_name') }} {{ Lang::get('companiesList.header_email') }} {{ Lang::get('companiesList.header_phone') }} {{ Lang::get('companiesList.header_address') }} {{ Lang::get('companiesList.header_description') }} {{ Lang::get('communalService.header_action') }}
{{ $company->name }} {{ $company->email }} {{ $company->phone }} {{ $company->address }} {{ $company->description }} mode_edit
@endif @if (Entrust::hasRole('superadmin') || Entrust::hasRole('admin'))
@foreach ($companies as $company) @endforeach
{{ Lang::get('companiesList.header_name') }} {{ Lang::get('companiesList.header_city') }} {{ Lang::get('companiesList.header_email') }} {{ Lang::get('companiesList.header_phone') }} {{ Lang::get('companiesList.header_address') }} {{ Lang::get('companiesList.header_description') }} {{ Lang::get('communalService.reports_count') }} {{ Lang::get('communalService.header_action') }}
{{ $company['city_company']->name }} {{ $company['city_company']->city_name }} {{ $company['city_company']->email }} {{ $company['city_company']->phone }} {{ $company['city_company']->address }} {{ $company['city_company']->description }} {{ $company['report_count'] }} mode_edit @if($company['report_count']>0) visibility @endif delete
@endif