@extends('plugins/real-estate::account.layouts.skeleton') @section('content')
 
@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