@extends('layouts.app') @section('title', $template->name . ' - Professional Website Template') @section('description', $template->description . ' Perfect for ' . ucfirst($template->category) . ' businesses.') @section('content')
{{ $template->name }} Preview

{{ $template->name }}

@if($template->is_featured) Featured @endif
@for($i = 1; $i <= 5; $i++) @if($i <= floor($template->rating)) @else @endif @endfor
{{ number_format($template->rating, 1) }} ({{ number_format($template->rating_count) }} reviews)

{{ $template->description }}

{{ number_format($template->usage_count) }}
Websites Created
{{ $template->estimated_setup_time ?? 60 }} min
Setup Time
Use This Template
@if($template->features && count($template->features) > 0)

Included Features

@foreach($template->features as $feature)
{{ $feature }}
@endforeach
@endif
@endsection