@extends('layouts.mainlayout') @section('fullwidth', true) @section('content') @php $taxYears = collect(DB::select("SELECT SUBSTRING_INDEX(table_name, '_', -1) AS year FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name REGEXP '^konyvel_ado_[0-9]{4}$' ORDER BY table_name DESC")); @endphp
@endsection