@extends('layouts.app') @section('title', 'Nuevo Proceso') @section('content')

Nuevo Proceso

@include('procesos._form')
{{-- @include('procesos._modal_delito') --}} @include('procesos._modal_demandante') @include('procesos._modal_participante') @include('procesos._modal_parametro') @endsection @section('scripts') {{-- --}} @endsection