@extends('layouts.main') @section('style') @endsection @section('content')

{{ $template->name }}

Your Fashion Destination

Featured Products

@foreach($template->components['products'] as $product)
{{ $product['name'] ?? '' }}

{{ $product['name'] ?? '' }}

{{ $product['price'] ?? '' }}

@endforeach

Shop by Category

@foreach($template->components['categories'] as $category)
{{ $category['name'] ?? '' }}

{{ $category['name'] ?? '' }}

@endforeach
@endsection @section('script') @endsection