@extends('layouts.app') @section('title', 'Biblioteca de Categorias') @section('page-title', 'Biblioteca de Categorias') @section('content')
Biblioteca de Categorias

Escolha entre mais de 150 categorias pré-definidas para organizar suas finanças.

{{ $statistics['total_available'] }}

Disponíveis

{{ $statistics['imported'] }}

Importadas

{{ $statistics['custom'] }}

Personalizadas

{{ $statistics['import_percentage'] }}%

Cobertura
Ações Rápidas
@csrf
@csrf
Voltar às Categorias
@csrf
0 selecionadas
@foreach($categoriesByGroup as $group => $categories)
{{ $group ?: 'Sem Grupo' }} {{ $categories->count() }}
@if($group) @csrf @endif
@foreach($categories as $category)
id, $imported) ? 'disabled' : '' }}>
@if($category->is_popular) Popular @endif @if(in_array($category->id, $imported)) Importada @endif
{{ $category->name }}

{{ $category->description }}

{{ $category->type === 'income' ? 'Receita' : 'Despesa' }} @if($category->usage_count > 0) {{ $category->usage_count }} usos @endif
@if($category->keywords)
{{ $category->keywords_string }}
@endif
@endforeach
@endforeach @if($categoriesByGroup->isEmpty())

Nenhuma categoria encontrada

Tente ajustar os filtros de busca.

Limpar Filtros
@endif @endsection @push('scripts') @endpush @push('styles') @endpush