@extends('layout') @section('content')
    @if(is_serialized(get_content($shop_theme_info, "home", "home_slider"))) @foreach(unserialize(get_content($shop_theme_info, "home", "home_slider")) as $slider)
  • @endforeach @endif
{{ get_content($shop_theme_info, 'home', 'home_brand_title', 'BRANDS') }}
{{ get_content($shop_theme_info, "home", "home_featured_title") }}
@foreach(limit_foreach(get_collection_random(get_content($shop_theme_info, "home", "home_featured"), $shop_id), 4) as $collection) @endforeach
{{ get_content($shop_theme_info, 'home', 'home_new_arrival_title') }}
@foreach(limit_foreach(get_collection_random(get_content($shop_theme_info, "home", "home_new_arrival"), $shop_id),8) as $collection) @endforeach
{{ get_content($shop_theme_info, 'home', 'home_best_seller_title') }}
@foreach(limit_foreach(get_collection_random(get_content($shop_theme_info, "home", "home_best_seller"), $shop_id), 8) as $collection) @endforeach
@endsection @section('css') @endsection @section('script')
Sign up for exclusive promo and sales
@if(Session::has('message'))
Items in your cart was successfully reserved.
This reservation is only valid for 24 hours.
wait for the confirmation SMS before you go. Thank you!
@endif @endsection