@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 {{--
--}}
@if($currentCompany->code == 'bonobonitopalma')
@endif
@foreach ($sellers as $seller)
@include('frontend.business.logo')
{{ $seller['nom'] }}

{{ __('business.disponible-bonus') }} {{ $seller['vals_disponibles'] }}

@if(isset($seller['nomSector']) && $seller['nomSector'] != '')

{{ $seller['nomSector'] }}

@endif @if(isset($seller['nomSubsector']) && $seller['nomSubsector'] != '')

{{ $seller['nomSubsector'] }}

@endif

{{ $seller['adresa'] }}

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