{{ Lang::get('dashboard.email_dashboard_heading') }}

...

{{Lang::get('core.menu_companies')}}

@if (Entrust::hasRole('superadmin') || Entrust::hasRole('admin')) add @endif
search
@if (Entrust::hasRole('manager')) @if($companies===null)
{{ Lang::get('core.no_companies_for_manager') }}
@else
@foreach ($companies as $company) @endforeach
{{ Lang::get('companiesList.header_name') }} {{ Lang::get('companiesList.header_email') }} {{ Lang::get('companiesList.header_phone') }} {{ Lang::get('companiesList.header_address') }} {{ Lang::get('communalService.reports_count') }} {{ Lang::get('communalService.header_action') }}
{{ $company['company']->name }} {{ $company['company']->email }} {{ $company['company']->phone }} {{ $company['company']->address }} {{ $company['count_items'] }} visibility
@endif @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['city_company']->name }} {{ $company['city_company']->city_name }} {{ $company['city_company']->email }} {{ $company['city_company']->phone }} {{ $company['city_company']->address }} {{ $company['city_company']->description }} mode_edit delete
@endif