@extends('form.index') @section('title', 'Crear categoria.') @section('title-form', 'Crear categoria.') @section('route-form', route('categorias.store')) @section('content-form')
@error('nombre')
*{{ $message }}
@enderror
@error('imagen')
*{{ $message }}
@enderror
@endsection