@lang('Client name'):
{{ $company->name }}
@lang('Description'):
{{ $company->description }}
@lang('Created at'):
{{ $company->created_at }}
@lang('Updated at'):
{{ $company->updated_at }}
@lang('Contacts'):
{{ $company->users->implode('name', ',') }}
@endsection