@extends('layouts.main') @section('title', '| Marcas') @section('titlePage', 'Categorías') @section('content')
@includeif('partials.errors')
{{ __('Crear Categoría') }}
@csrf @include('category.form')
@endsection