@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

Accountancy CSV Lists

  1. Accountancy
  2. CSV Lists
Time spent in Sweden
@csrf
Skatteverket CSV list
@csrf

Select the tax year to download.

@forelse ($taxYears as $item) @empty No tax years available. @endforelse
Salary sum
@csrf

Select the accounting year to export.

@forelse ($taxYears as $item) @empty No accounting years available. @endforelse
@endsection