@extends('layouts.app') @section('style') @endsection @section('content')
@includeif('partials.errors')
{{ __('Editar') }} Tipo De Comando
{{ method_field('PATCH') }} @csrf @include('command-type.form')
@endsection