@extends('layout/principal') @section('titulo', 'Home') @section('content') @php //dd($data); @endphp
Crear Proceso {{-- Volver --}}

@if (Session::has('mensaje'))

{{ Session::get('mensaje') }}

@endif @if (Session::has('msj_no_data'))

{{ Session::get('msj_no_data') }}

@endif @if (isset($errors) && $errors->any()) @endif @if (Session::get('success')) @endif @if (Session::get('danger')) @endif
@csrf

Cancelar
@endsection