@extends('layouts.dashboard') @section('dashboard') @if(session('message'))
{{ session('message') }}
@endif

Parametros Softnet

{{ csrf_field() }}

Parametros

@if(is_array($bodega) && !empty($bodega))
@endif @if(is_array($area_negocio) && !empty($area_negocio))
@endif @if(is_array($forma_pago) && !empty($forma_pago))
@endif
@endsection