@php
$items_per_page = 5;
$total_items = $userOpenai->total();
$prompt_filters = [
'all' => 'All',
'favorite' => 'Favorite',
];
$ai_tools = [
[
'title' => 'Sketch to Image',
'desc' => 'Transform your ideas into reality.',
'icon' =>
'',
'color' => '#F1F1F0',
],
[
'title' => 'Reimagine',
'desc' => 'Generate similar variants easily.',
'icon' =>
'',
'color' => '#C2EBF8',
],
[
'title' => 'Upscale',
'desc' => 'Enlarge your images by 4x easily.',
'icon' =>
'',
'color' => '#EDF4F2',
],
[
'title' => 'Replace BG',
'desc' => 'Change the background of anyimage.',
'icon' =>
'',
'color' => '#FEF3DE',
],
[
'title' => 'Remove BG',
'desc' => 'Extract the main object/subject.',
'icon' =>
'',
'color' => '#DEFFEF',
],
[
'title' => 'Remove Text',
'desc' => 'Change or remove text.',
'icon' =>
'',
'color' => '#F7DEFE',
],
];
@endphp
{{ __($tool['desc']) }}