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