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

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

@include('frontend.sections.block-business-register') @endsection