@extends('plugins/real-estate::account.layouts.skeleton') @section('content')
@if ($table->isHasFilter())
has('filter_table_id')) style="display: block;" @endif> {!! $table->renderFilter() !!}
@endif
@if ($actions)
{{ trans('core/table::general.bulk_actions') }}
@endif @if ($table->isHasFilter()) @endif
@section('main-table') {!! $dataTable->table(compact('id', 'class'), false) !!} @show
@include('core/table::modal') @include('core/table::partials.modal-item', [ 'type' => 'info', 'name' => 'modal-confirm-renew', 'title' => __('Renew confirmation'), 'content' => (RealEstateHelper::isEnabledCreditsSystem() ? __('Are you sure you want to renew this property, it will takes 1 credit from your credits') : __('Are you sure you want to renew this property')) . '?', 'action_name' => __('Yes'), 'action_button_attributes' => [ 'class' => 'button-confirm-renew', ], ]) @endsection @push('scripts') {!! $dataTable->scripts() !!} @endpush