@php $templates = [ [ 'image' => 'assets/img/advanced-image/templates/templates-facebook-cover.svg', 'title' => 'Facebook Cover', 'aspect' => 'Create a visually striking Facebook cover image with a resolution of 820x312 pixels, emphasizing a wide landscape layout. Suitable for personal or business pages, with space for profile picture overlay on the left.', 'cover' => 'Horizontal', 'ratio' => 'landscape_16_9' ], [ 'image' => 'assets/img/advanced-image/templates/templates-youtube-thumbnail.svg', 'title' => 'Youtube Thumbnail', 'aspect' => 'Design an eye-catching YouTube thumbnail with a resolution of 1280x720 pixels, highlighting key elements of the video. Use bold fonts, vibrant colors, and clear focal points to grab viewer attention.', 'cover' => 'Horizontal', 'ratio' => 'landscape_16_9' ], [ 'image' => 'assets/img/advanced-image/templates/templates-advertisment.svg', 'title' => 'Advertisment', 'aspect' => 'Create a visually appealing square advertisement image with a resolution of 1080x1080 pixels, ideal for social media platforms like Instagram and Facebook. Ensure the design is vibrant, with a clear call-to-action.', 'cover' => 'Square', 'ratio' => 'square' ], [ 'image' => 'assets/img/advanced-image/templates/templates-reels-tiktok-youtube-short.svg', 'title' => 'Reels, TikTok, Youtube Short', 'aspect' => 'Generate an engaging vertical video cover image with a resolution of 1080x1920 pixels, suitable for platforms like Reels, TikTok, and YouTube Shorts. The design should be visually dynamic and capture the viewer\'s attention within a short time frame.', 'cover' => 'Vertical', 'ratio' => 'portrait_16_9' ], [ 'image' => 'assets/img/advanced-image/templates/templates-social-media-post.svg', 'title' => 'Social Media Post', 'aspect' => 'Create a square social media post image with a resolution of 1080x1080 pixels. This design should be versatile, suitable for multiple platforms, and include space for text or branding elements.', 'cover' => 'Square', 'ratio' => 'square' ], ]; @endphp

@lang('Templates')

@foreach ($templates as $template)
{{ $template['title'] }}
{{ __($template['title']) }}
{{ __($template['cover']) }} {{ __('View Template') }}
@endforeach
@push('script') @endpush