@extends('layouts.app') @section('content')
Slots
@include('mobile.partials.pages.slot-carousel') @if($type == 'hot') @include('mobile.partials.category.hot') @elseif($type == 'exclusive') @include('mobile.partials.category.exclusive') @elseif($type == 'new') @include('mobile.partials.category.new') @endif
@endsection