@extends('layouts.app') @section('template_title') {{ __('Create') }} Proceso Control @endsection @section('content')
@includeif('partials.errors')
{{ __('Create') }} Proceso Control
@csrf @include('proceso-control.form')
@endsection