@extends('layouts.main') @section('template_title') {{ __('Actualizar') }} Type Management @endsection @section('content')
@includeif('partials.errors')
{{ __('Update') }} Type Management
{{ method_field('PATCH') }} @csrf @include('type-management.form')
@endsection