@extends('layouts.app')
@section('title', 'Editar Proceso')
@section('content')
@include('procesos._modal_parametro')
@include('procesos._modal_participante')
@include('procesos._modal_demandante')
@endsection
@section('scripts')
{{--
--}}
@endsection