@include('dashboard.layouts.header')

Business Tax Accounting

Business Tax Accounting


@if (session('success'))
{{ session('success') }}
@endif @if(isset($report))
@csrf @method('PUT') @else @csrf @endif

Contact Information

@error('first_name') {{ $message }} @enderror
@error('last_name') {{ $message }} @enderror
@error('phone') {{ $message }} @enderror
@error('email') {{ $message }} @enderror

Company Information


tax_year ?? '') == 'JanDec' ? 'checked' : '' }}> Jan to Dec
tax_year ?? '') == 'other' ? 'checked' : '' }}> Other

Shareholder/Officers/Members Information

Shareholder 1

Shareholder 2

Services to Subscribe

@php // Turn comma separated string into array $selectedServices = explode(',', old('services', $report->services ?? '')); // Trim spaces around values $selectedServices = array_map('trim', $selectedServices); @endphp

Book Keeping
Accounting
Account Receivables/Accounts Payables
Bank Reconciliation
Factor Reconciliation
Income Tax
Payroll Processing
Payroll Tax
Sales Tax
Any other Service

Contract

@include('dashboard.layouts.footer')