@extends('layout.padrao') @include('loading.paymentRequest.information_module') @section('title', $title) @section('content') @if($errors->any())

Algo deu errado. Verificar Campos Obrigatórios

@foreach($errors->all() as $error) {{ $error }}
@endforeach
@endif
@yield('logisticsInformation-block') {{ Form::open(array('method' => 'post', 'id' => 'StuffingForm', 'files'=>true, 'enctype'=>'multipart/form-data', 'route'=>array('updateStuffingPaymentRequest', $paymentRequest->id))) }} {{method_field('PUT')}} {{ csrf_field() }} {{ Form::hidden('SAOE', $loadingRequest->SAOE) }} {{ Form::hidden('loading_requests_id', $loadingRequest->id) }} {{ Form::hidden('containerQty', $loadingRequest->containerQty) }} {{ Form::hidden('blQty', $loadingRequest->blQty) }} {{ Form::hidden('status', 'Requested') }} {{ Form::hidden('payment_type', 'Stuffing') }} {{ Form::hidden('loadingType' , 'STUFPAYREQ') }}
@if(isset($extraPayment) && $extraPayment == 'Yes')
{!! Form::label('extraPaymentReason', 'Reason', [ 'class' => 'w-100 control-label']) !!} {!! Form::textarea('extraPaymentReason', $paymentRequest->extraPaymentReason, ['class' => 'form-control', 'rows' => 3, 'readonly' => 'readonly','style' =>'margin-bottom:10px', 'placeholder' => 'Reason:']) !!}
{{ Form::hidden('paymentExtra', 'Yes') }} @endif @yield('Payment-date-edit')
@yield('tooltipDetailsHauling')
@if(isset($registers[0])) @foreach($registers as $item) @if($loop->first)

{{($item->cities->descricao ?? '-')}} Estufagem: {{($item->stuffing_terminals->name ?? '-')}} Entrega: {{($item->loading_terminals->descricao ?? '-')}}

@php $new_route='Y'; @endphp @else @if($item->stuffing_terminal_id <> $registers[$loop->index -1]->stuffing_terminal_id || $item->cities_id <> $registers[$loop->index -1]->cities_id || $item->loading_terminals_id <> $registers[$loop->index - 1]->loading_terminals_id)

{{($item->cities->descricao ?? '-')}} Estufagem: {{($item->stuffing_terminals->name ?? '-')}} Entrega: {{($item->loading_terminals->descricao ?? '-')}}

@php $new_route='Y'; @endphp @endif @endif @if($item->stuffingCost <> null && $item->stuffingCost <> 0)
@if(isset($new_route)) @endif
@if(isset($new_route)) @endif
@if(isset($new_route)) @endif
@if(isset($new_route)) @endif
@if(isset($new_route)) @endif
loss_stuffingCost == 'Yes'? 'checked': '')}}>
@if(isset($new_route)) @php unset($new_route) @endphp @endif
loss_stuffingCost == 'No'? 'checked': '')}}>
@endif @if($item->leftMarginDelivery <> null && $item->leftMarginDelivery <> 0)
loss_leftMarginDelivery == 'Yes'? 'checked': '')}}>
loss_leftMarginDelivery == 'No'? 'checked': '')}}>
@endif {{-- estadia rates --}} @if($item->flexiTankHandling <> null && $item->flexiTankHandling <> 0)
loss_flexiTankHandling == 'Yes'? 'checked': '')}}>
loss_flexiTankHandling == 'No'? 'checked': '')}}>
@endif @if($item->preStacking <> null && $item->preStacking <> 0)
loss_preStacking == 'Yes'? 'checked': '')}}>
loss_preStacking == 'No'? 'checked': '')}}>
@endif @if($item->storageCost <> null && $item->storageCost <> 0)
loss_storageCost == 'Yes'? 'checked': '')}}>
loss_storageCost == 'No'? 'checked': '')}}>
@endif @if($loop->last)
@if(((count($registers)) % 2) == 0 )
@else
@endif
@yield('bank-details-edit') @endif @endforeach @else
  • Stuffing Rate not registered.

@endif
@yield('correctionFee-module-edit-hauling')
{{-- Inserir Código de Barras - Componente --}}
{{-- --}} @foreach($attachments as $check_attach) @if($check_attach->anexo_types_id != 18) @continue; @endif @livewire('bar-code.bar-code-reader-livewire', ['paymentReqId' => $paymentRequest->id]) @break @endforeach
@if(isset($invoiceTester) && count($invoiceTester) > 1)

Esta fatura está em duplicidade com: @foreach($invoiceTester as $invoice) @if($invoice->id == $paymentRequest->id) @continue; @endif {{ $invoice->id }} @endforeach

@endif
@yield('footer-comments-attach-edit')
@include('include.btn_registrar') @if($attachments)
@foreach($attachments as $item) @endforeach
Actions Attachment Type Attachment Name Attachment Insert Date
@can('delete', App\Usuario::class) id}} data-toggle="modal" data-target="#delete" data-toggle="tooltip" data-placement="top" title="Delete"> @endcan {{$item->anexo_types->descricao}} path.'/'.$item->nmAnexo) }}" download="{{$item->nmAnexo}}">{{$item->nmAnexo}} {{$item->created_at}}
@endif
@include('include.modal_deletar', ["rota" => "Anexo"]) @include('bibliotecas.floattheadOverflow') @include('loading.haulingPaymentRequest.script') @endSection