@extends('layouts.mobile') @section('title', 'Pilih Varian') @section('background')
{{-- Title --}} {{-- Title Besar tanpa jarak --}} {{-- Custom Show --}} @endsection @section('content')
{{-- Title Image: center, bukan absolute --}}
Custom Show
{{-- Product Carousel --}} {{-- Tombol PILIH --}}
@php $activeProduct = $products[0]; @endphp
@endsection @push('styles') @endpush @push('scripts') @endpush ob_start();