@extends('layouts.master') @section('css') @endsection @section('breadcrumb')

{{ __('Editar Categoria') }}

@endsection @section('content')

{{ __('Categoria') }}

@csrf @method('put')
@if ($errors->has('ct_nombre')) {{ $errors->first('ct_nombre') }} @endif
{{--
@if ($errors->has('ct_slug')) {{ $errors->first('ct_slug') }} @endif
--}}
{{ __('Volver') }}
@endsection @section('script') @endsection @section('script-bottom') @endsection