@extends('layout.padrao')
@section('title', 'List - ' . ((Route::currentRouteName() == 'stuffingrequest.index') ? 'Stuffing Dashboard' : 'Stuffing Processed') )
@section('pesquisa')
@endsection
@section('content')
@include('include.filtro_result')
Open Process: {{$registersCount}}
Last Updated: {{$notification['notificationTime']}}
@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
{{-- @include('include.html_export_link', [ "action" => 'LoadingRoutineController@index' ]) --}}
@include('loadingRoutine.stuffing.table', ['type' => 'table'])
{{ $registers->links() }}
@endsection
{{--Verificar com a Lu se ela quer usar essa lib--}}