{{$company->name}}

{{count($allComments)}}
{{$company->groups()->first()->categories()->first()->name}}
@if($company->phone!==null)
{{$company->phone}}
@endif
@if($user && !$userLike)
@elseif($user && $userLike) @else {{trans('details.LIKE')}} @endif
Daken Food
{{--*/ $more_count = 0 /*--}} @foreach ($company->tags as $tag) {{--*/ $more_count++ /*--}} @if ($more_count <= env('DETAILSPAGE_TAGS_COUNT',3)) @else @endif @endforeach @if ($more_count > env('DETAILSPAGE_TAGS_COUNT',3)) + {{$more_count - env('DETAILSPAGE_TAGS_COUNT',3)}} @endif

{{$company->description}}

<<<<<<< HEAD

{{trans('details.OUR_SERVICES')}}

@if($company->services()->count()<=10)
    @elseif($company->services()->count()<=20)
      @elseif($company->services()->count()<=40)
        @elseif($company->services()->count()<=60)
          @elseif($company->services()->count()<=80)
            @else
              @endif @forelse($company->services as $service)
            • {{$service->service}}
            • @empty
            • No services
            • @endforelse

{{trans('details.OUR_CONTACTS')}}

@if($company->phone!==null)
{{trans('details.PHONE')}}:
{{$company->phone}}
@endif
Email:
email@gmail.com
@if($company->zip_code!==null)
{{trans('details.ADDRESS')}}:
{{$company->street.', '.$company->zip_code.', '.$company->city}}
@endif @if($company->website!==null)
{{trans('details.WEBSITE')}}:
website:'http://'.$company->website}}' target='_blank'>{{$company->website}}
@endif
=======

Мы предоставляем:

@if($company->services()->count()<=10)
    @elseif($company->services()->count()<=20)
      @elseif($company->services()->count()<=40)
        @elseif($company->services()->count()<=60)
          @elseif($company->services()->count()<=80)
            @else
              @endif @forelse($company->services as $service)
            • {{$service->service}}
            • @empty
            • No services
            • @endforelse

Наши Контакты

@if($company->phone!==null)
{{trans('details.PHONE')}}:
{{$company->phone}}
@endif
Email:
email@gmail.com
@if($company->zip_code!==null)
{{trans('details.ADDRESS')}}:
{{$company->street.', '.$company->zip_code.', '.$company->city}}
@endif @if($company->website!==null)
{{trans('details.WEBSITE')}}:
website:'http://'.$company->website}}' target='_blank'>{{$company->website}}
@endif
>>>>>>> 21ff164f7ee9f54cc82f7a2f0fe0e3b871bd37fc

{{trans('content.KEY_COMMENTS')}}

<<<<<<< HEAD

  =======

  >>>>>>> 21ff164f7ee9f54cc82f7a2f0fe0e3b871bd37fc
@forelse($comments as $comment)

{{htmlspecialchars($comment->comments)}}

{{$comment->user->name}}

{{$comment->date_added}}

@empty

{{trans('details.NO_COMMENTS')}}

@endforelse
@if(count($allComments) > $commentsLimit) + {{trans('details.ALL_COMMENTS')}} @endif