@extends('layout.admin') @section('title', 'Categorías') @section('content')

Categorías

Gestión de categorías para FICG.

@if(count($objects) < 1)

No hay objetos.

@endif @foreach ($objects as $object)
{{ $object->name }}
@endforeach
@foreach ($objects as $object) @endforeach
@csrf
@endsection @push('scripts') @endpush @push('styles') @endpush