@extends('frontend.layouts.master') @section('page_title') {{ __('business.title') }} @endsection @section('head') @endsection @section('content-wrapper') @if(view()->exists('tenants.' . $currentCompany->code . '.frontend.business.portada' )) @include('tenants.' . $currentCompany->code . '.frontend.business.portada') @else

{{ __('business.title') }}

@endif {{--
--}}

{{ __('business.filter-services') }}

@foreach ($sellers as $seller)
@include('frontend.business.logo')
{{ $seller['nom'] }} @if(isset($seller['nomSector']) && $seller['nomSector'] != '')

{{ $seller['nomSector'] }}

@endif @if($seller['entregaDesglosada'] != 0)

{{ __('business.details.gifts.title', ['num' => $seller['entregaDesglosada']]) }}

@endif @if($seller['adresa'] != '')

{{ $seller['adresa'] }}

@endif
@endforeach @if(!count($sellers))
{{ __('business.not-results') }}
@endif
@if(count($sellers) && $itemsPages > 24)
@endif
@push('scripts') @endpush @endsection