@php $editing = isset($company); @endphp
@error('name')
{{ $message }}
@enderror
{{-- LUT Entries --}}

LUT (Letter of Undertaking)
@if($editing && $company->luts->count()) @foreach($company->luts as $i => $lut) @endforeach @endif
LUT Number Valid From Valid To
@php $indianStates = [ '01' => 'Jammu and Kashmir', '02' => 'Himachal Pradesh', '03' => 'Punjab', '04' => 'Chandigarh', '05' => 'Uttarakhand', '06' => 'Haryana', '07' => 'Delhi', '08' => 'Rajasthan', '09' => 'Uttar Pradesh', '10' => 'Bihar', '11' => 'Sikkim', '12' => 'Arunachal Pradesh', '13' => 'Nagaland', '14' => 'Manipur', '15' => 'Mizoram', '16' => 'Tripura', '17' => 'Meghalaya', '18' => 'Assam', '19' => 'West Bengal', '20' => 'Jharkhand', '21' => 'Odisha', '22' => 'Chhattisgarh', '23' => 'Madhya Pradesh', '24' => 'Gujarat', '26' => 'Dadra and Nagar Haveli and Daman and Diu', '27' => 'Maharashtra', '29' => 'Karnataka', '30' => 'Goa', '31' => 'Lakshadweep', '32' => 'Kerala', '33' => 'Tamil Nadu', '34' => 'Puducherry', '35' => 'Andaman and Nicobar Islands', '36' => 'Telangana', '37' => 'Andhra Pradesh', '38' => 'Ladakh', ]; @endphp
{{-- Invoice Number Format --}}

Invoice Number Format

@if($editing && ($company->logo_path ?? false))
@endif
@if($editing && ($company->qr_code_path ?? false))
@endif
@push('scripts') @endpush