@extends('layout.padrao')
@section('title', 'List - ' . (
(Route::currentRouteName() == 'haulingrequest.index') ?
'Loading Dashboard' :
(Route::currentRouteName() == 'haulingrequestclosed.index' ?
'Loaded Processes' :
' Loading Cancelled')
) )
@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.table', ['type' => 'table'])
{{ $registers->links() }}
@endsection
@include('bibliotecas.sweetAlert')