@extends('layout.master') @section('content')
{{trans('details.DESCRIPTION')}}
{{$company->description}}
@if($company->address!==null){{trans('details.ADDRESS')}}
{{$company->address}}
@endif @if($company->phone!==null){{trans('details.PHONE')}}
{{$company->phone}}
@endif @if($company->website!==null){{trans('details.WEBSITE')}}
website:'http://'.$company->website}}' target='_blank'>{{$company->website}} @endif{{trans('details.SERVICES_LIST')}}
{{$comment->user->name}}
{{$comment->date_added}}:
{{$comment->comments}}
{{trans('details.NO_COMMENTS')}}
@endforelse @if(count($allComments) > $commentsLimit) {{trans('details.ALL_COMMENTS')}} @endif