@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('id'=> 'sendHaulingform', 'method' => 'post', 'files'=>true, 'enctype'=>'multipart/form-data', 'route'=>array('updateHaulingPaymentRequest', $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', 'Hauling') }} {{ Form::hidden('loadingType' , 'HAUPAYREQ') }}
@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($item->cities_id != null) @if($loop->first)

{{$item->cities->descricao}} {{$item->cities2->descricao}} {{$item->cities3->descricao}}

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

{{$item->cities->descricao}} {{$item->cities2->descricao}} {{$item->cities3->descricao}}

@php $new_route='Y'; @endphp @endif @endif @else
@php $new_route='Y'; @endphp @endif
@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_truckingCost == 'Yes'? 'checked': '')}}>
@if(isset($new_route)) @php unset($new_route) @endphp @endif
loss_truckingCost == 'No'? 'checked': '')}}>
{{-- tol rates --}}
loss_toll == 'Yes'? 'checked': '')}}>
loss_toll == 'No'? 'checked': '')}}>
{{-- estadia rates --}}
loss_truck_laytime == 'Yes'? 'checked': '')}}>
loss_truck_laytime == 'No'? 'checked': '')}}>
loss_insurance == 'Yes'? 'checked': '')}}>
loss_insurance == 'No'? 'checked': '')}}>
@if($item->container_types_id == 1) {{-- flexitank Instalation rates --}}
loss_flexitank_instalation == 'Yes'? 'checked': '')}}>
loss_flexitank_instalation == 'No'? 'checked': '')}}>
@endif {{-- Pre Stacking rates --}}
loss_pre_stacking== 'Yes'? 'checked': '')}}>
loss_pre_stacking== 'No'? 'checked': '')}}>
@if($loop->last)
@if(((count($registers)) % 2) == 0 )
@else
@endif
@yield('bank-details-edit') @endif @endforeach @else
  • Hauling 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')
@if($attachments)
@foreach($loadingRequest->anexo_types as $item) @if($item->pivot->stage == 'HAUPAYREQ') @endif @endforeach
Actions Attachment Type Attachment Name Attachment Insert Date
@can('delete', App\Usuario::class) pivot->id}} data-toggle="modal" data-target="#delete" data-toggle="tooltip" data-placement="top" title="Delete"> @endcan {{$item->descricao}} pivot->path.'/'.$item->pivot->nmAnexo) }}" download="{{$item->pivot->nmAnexo}}">{{$item->pivot->nmAnexo}} {{$item->pivot->created_at}}
@include('bibliotecas.floattheadOverflow') @endif
@include('loading.haulingPaymentRequest.script') @include('include.modal_deletar', ["rota" => "Payment Request Attachment"]) @endSection