{!! Form::open( ['route' => ['gastos.registrar_masivo_Save'], 'method' => 'post', 'class' => 'form-horizontal', 'enctype' => 'multipart/form-data', 'role' => 'form', 'id' => 'FormRegistrarMasivamente', 'files' => false, 'name' => 'FormRegistrarMasivamente' ]) !!}

Registrar Masivamente

@php $saldo=0 @endphp @foreach ($gastos as $key => $list) @php $saldo += $list->monto @endphp @endforeach

TOTAL: $ {{ number_format($saldo, 2, ',', '.') }}

@foreach ($headerMasivo as $key => $list)
{{$list->caja }} - {{$list->unidad }}
@endforeach
@foreach ($headerMasivo as $key => $list) @endforeach {{ Form::close() }}