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

{{ __('Crear Categoria') }}

@endsection @section('content')

{{ __('Categoria') }}

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