@extends('layouts.app') @section('title', 'Professional Website Templates - Choose Your Design') @section('description', 'Browse our collection of professional website templates designed for local businesses. Find the perfect design for your industry and get started in minutes.') @push('styles') @endpush @section('content')

Choose Your Perfect Template

Professional website templates designed specifically for local businesses. Each template is mobile-responsive, SEO-optimized, and ready to customize with your content.

Categories

@foreach($categories as $category) @endforeach

Sub-Categories

@foreach($categorySubcategories as $category => $subcategories) @foreach($subcategories as $subcategory) @endforeach @endforeach
@foreach($templates as $template)
{{ $template->name }} Preview
@if($template->preview_url ?? false) Preview @endif
@if($template->is_featured)
Featured
@endif
{{ number_format($template->rating, 1) }}

{{ $template->name }}

{{ ucfirst($template->category) }}

{{ $template->description }}

@if($template->features) @foreach(array_slice($template->features, 0, 3) as $feature) {{ $feature }} @endforeach @if(count($template->features) > 3) +{{ count($template->features) - 3 }} more @endif @endif
{{ number_format($template->usage_count) }} uses
{{ $template->estimated_setup_time ?? 60 }} min setup
@if($template->preview_url ?? false) Preview @endif
@endforeach
{{ $templates->links() }}

Can't Find What You're Looking For?

Our design team is constantly creating new templates. Contact us to request a custom template for your specific industry.

@endsection @push('scripts') @endpush