@extends('frontend.layouts.master') @section('page_title') {{ $currentCompany->name }} @endsection @section('head') @endsection @section('content-wrapper') @if($currentCompany->components_home) @foreach(explode(',', $currentCompany->components_home) as $component) @include('frontend.sections.' . trim($component)) @endforeach @elseif($currentCompany->type == 'bonnus') @include('frontend.sections.block-header') @include('frontend.sections.block-about-us') @include('frontend.sections.block-get-bonus') @include('frontend.sections.block-banner') @include('frontend.sections.block-customer-register') @include('frontend.sections.block-reviews') @include('frontend.sections.block-app') {{--@include('frontend.sections.block-business-register') @include('frontend.sections.block-contact')--}} @elseif($currentCompany->type == 'loyalty') @include('frontend.sections.block-header') @include('frontend.sections.block-about-us') @include('frontend.sections.block-business-register') @include('frontend.sections.block-app') @endif @endsection