@extends('layout.padrao')
@section('title', 'List - Loading Requests')
@section('pesquisa')
@endsection
@section('content')
@include('include.filtro_result')
Open Process: {{$registersCount}}
@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@include('include.html_export_link', [ "action" => 'LoadingRequestController@index' ])
@include('loadingRequest.table', ['type' => 'table'])
{{ $registers->links() }}
@endsection