@extends('layouts.app') @section('title', 'Customize Template') @section('content')

Customize your resume style

Choose colors, font, header style and density. Instantly preview your changes and continue to fill your details.

Customize: {{ $template->name ?? 'Template' }}

{{ $template->description ?? 'Professional resume template' }}

Color Presets
@foreach($colors as $color)
{{ ucfirst($color) }}
@endforeach
Custom Options

Live Preview
John Doe

Software Engineer

Experience

Senior Developer - Tech Corp

Education

BSc Computer Science

Make it yours

Fine-tune typography, density and header style to reflect your personality while staying professional.

Readable Fonts

Pick modern, classic, or clean fonts tuned for screen and print.

Color Presets

Choose a vibrant palette or create a custom gradient in seconds.

Header Styles

Solid, gradient, or minimal—set the tone for your resume.

@endsection @push('styles') @endpush @push('scripts') @endpush