@extends('dashboard.layouts.main') @section('PageContent')
Editar Categoria: {{ $category->name }}
@csrf @method('PUT')
Novo Ícone
@include('dashboard.notifications.flash')
image
Ícone Atual
@if ($category->icon) Ícone Atual @else

Sem ícone disponível

@endif
@endsection