@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
{{ $seller['nomSector'] }}
@endif @if($seller['entregaDesglosada'] != 0){{ __('business.details.gifts.title', ['num' => $seller['entregaDesglosada']]) }}
@endif @if($seller['adresa'] != ''){{ $seller['adresa'] }}
@endif