@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @push('scripts') @include('sections.datatable_js') @section('filter-section')

@lang('app.duration')

@lang('app.status')

@lang('app.clearFilters')
@endsection @section('content')
@lang('Criar Requisito')
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@endsection @endpush