@extends('layouts.master') @section('content')
{{ $title }}
Change Tax Year for Payroll: {{ $data->short_description }}
@csrf
@error('current_tax_year_id')
{{ $message }}
@enderror
@error('current_tax_table_id')
{{ $message }}
@enderror
@error('current_social_security_id')
{{ $message }}
@enderror
@endsection @section('scripts') @endsection