@extends(get_view('index')) @section('title')@endsection @section('menu-active-homepage') active @endsection @section('header') @endsection @section('content') @include(get_view('components.slider.slider'))
{{ Site::get_site_title() }}

{{ translate('homepage_text_1') }}

@if ( Site::about_us() != null )

{{ translate('who_are_we') }}

{{ translate('who_are_we_text') }}

{!! strip_tags(Site::about_us()->content) ?? '-' !!}
@endif
@if ( count(Site::categories()) > 0 )
@foreach (Site::mainCategories() as $key => $item) @if ( $item->image != null ) @if ( $key == 0 ) @php break; @endphp @endif @endif @endforeach
@foreach (Site::mainCategories() as $key => $item) @if ( $item->image != null ) @if ( $key > 0 && $key < 5 ) @endif @endif @endforeach
@endif
@if ( count(Site::categories()) > 0 )

{{ translate('what_we_do') }}

{{ translate('what_we_do_text') }}.

@include(get_view('components.category.home-list')) @endif
@if ( count(Site::showroom()) > 0 )

{{ translate('our_picks_for_you') }}

{{ translate('our_picks_for_you_text') }}

@foreach (Site::showroom() as $product)
@include(get_view('components.product.single-product'))
@endforeach
@endif
@if( get_language_code() == "tr" )
@elseif( get_language_code() == "en" )
@endif
{{ translate('secure_shopping') }}

{{ translate('secure_shopping') }}

{{ translate('secure_shopping_text') }}

{{ translate('free_shipping') }}

{{ translate('free_shipping') }}

{{ translate('free_shipping_text') }}

{{ translate('return_exchange_guarantee') }}

{{ translate('return_exchange_guarantee') }}

{{ translate('return_exchange_guarantee_text') }}

@endsection @section('footer') @endsection