@extends('layouts.front')
@section('dashboard-header')
@include('front.account.profileSideBar')
@endsection
@section('content')
Taxe şi impozite
{{ $dataTable->table(['class'=> 'table table-row-bordered gy-5'], true) }}
@endsection
{{--@push('scripts')--}}
{{-- --}}
{{-- {{ $dataTable->scripts() }}--}}
{{--@endpush--}}
@push('styles')
@endpush
@push('scripts')
{{$dataTable->scripts()}}
@endpush