@extends('layouts.master') @section('title', 'Gerir Categorias') @section('content')
Ícone | Nome | Tipo | Criado em | Ações |
---|---|---|---|---|
|
{{ $category->name }} | {{ ucfirst($category->type) }} | {{ $category->created_at->format('d/m/Y H:i') }} |
Nenhuma categoria cadastrada.
@endif