@extends('layouts.mainlayout') @section('content') @if (Session::has('factor_success'))
{{ Session::get('factor_success') }}
@endif @if ($errors->has('migrant_net_factor'))
{{ $errors->first('migrant_net_factor') }}
@endif
Save each month's migrant factor before uploading that month's CSV. Changing it later does not recalculate existing tax rows.
@if (Session::has('upload_success'))
{{ Session::get('upload_success') }}
@endif @if (Session::has('upload_error'))
{{ Session::get('upload_error') }}
@endif
Salary and taxes