@extends('layouts.admin') @section('title', 'Nuevo artículo') @section('content')

Nuevo artículo

@csrf

Galería de imágenes
@error('category_id') {{ $message }} @enderror
@endsection @push('scripts') @endpush