@extends('layouts.mainlayout') @section('fullwidth', true) @section('content')

Skatteverket lists

Review and export annual employee tax records.

{{ count($lista) }} records
Tax records
@if ($selected_tax_table)
@csrf
@endif
@foreach ($lista as $row) @endforeach
Name CNP Month Migrant Net Treatment Tax Total
{{ $firstname }} {{ $lastname }} {{ $row->staff_personal_id }} {{ $row->honap }} {{ $row->migrans ? 'Yes' : 'No' }} {{ $row->neto }} {{ $row->traktamente }} {{ $row->ado }} {{ $row->ossz }}
@endsection