{{ $title or null }}

@if (Entrust::hasRole('superadmin') || Entrust::hasRole('admin')) add @endif
search
@if (Entrust::hasRole('manager'))
@foreach ($companies as $company) mode_edit @endforeach
{{ 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['city_company']->name }} {{ $company['city_company']->email }} {{ $company['city_company']->phone }} {{ $company['city_company']->address }} {{ $company['city_company']->description }}
@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.header_action') }}
{{ $company->name }} {{ $company->city_name }} {{ $company->email }} {{ $company->phone }} {{ $company->address }} {{ $company->description }} mode_edit
@endif