@extends('layouts.back') @push('header_imports') @endpush @section('content')
@component('components.outros.filtro-data', compact('start', 'end')) @endcomponent

@yield('titulo-rel')

@yield('tabela')
@endsection @push('footer_imports_end') @endpush