@extends('layout.padrao') @section('title', 'Loading Confirmation ') @section('content')
Search



{{$totais['processos']}}
{{$totais['containerQty']}}
{{$totais['countTeus']}}
@include('include.filtro_result')
@include('loading.loadingConfirmation.table',$registers)
@if (isset($pagenumber) && $pagenumber == 'none') @else {{ $registers->links() }} @endif
@include('include.modal_deletar', ["rota" => "loadingConfirmation"]) @include('bibliotecas.floatthead') @include('bibliotecas.momentJs') @include('loading.loadingPlan.listStyle') @include('loading.modalTimeline.modal_timeline') @endSection