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

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

@endif
@endsection