@extends('global.app') @section('title', trans('companies.title')) @section('sub_title', trans('companies.sub_title', array( 'system' => config('insura.name') ))) @section('page_stylesheets') @endsection @section('content') @parent @include('global.status')
{{ $user->company->name }}
{{ $user->company->clients->count() }}
{{ trans('companies.label.client') }}{{ $user->company->policies->count() }}
{{ trans('companies.label.policy') }}{{ $user->company->staff->count() }}
{{ trans('companies.label.staff') }}{{ $company->name }}
{{ $company->clients->count() }}
{{ trans('companies.label.client') }}{{ $company->policies->count() }}
{{ trans('companies.label.policy') }}{{ $company->staff->count() }}
{{ trans('companies.label.staff') }}{{ trans('companies.message.empty') }}