@extends('user.layout.app') @section('title', 'Templates') @section('content')

Choose Your Template

Professional Resume Templates

Choose from our collection of professionally designed templates to create a standout resume

{{ $templates->count() }}+

Templates

{{ $templates->where('is_featured', true)->count() }}

Featured

{{ $templates->where('type', 'premium')->count() }}

Premium
@foreach($templates as $template)

{{ $template->name }}

Software Engineer

Experience

Senior Developer at Tech Corp

2020 - Present

Education

Bachelor's Degree in Computer Science

University of Technology

@if($template->is_featured) Featured @endif @if($template->type === 'premium') Premium @endif
{{ $template->category }}
{{ $template->name }}

{{ $template->description }}

Downloads
{{ rand(50, 500) }}
Rating
{{ number_format(rand(35, 50) / 10, 1) }}
Type
{{ $template->type }}
Use This Template
@endforeach