@csrf
{{-- LEFT SIDE: SETTINGS LIST --}}
@php
$settings = [
'send_invoice' => 'Send Invoice',
'loyalty_point' => 'Loyalty Point',
'note' => 'Note',
'term' => 'Term',
'description' => 'Description',
'price_tax' => 'Tax',
'signature' => 'Signature',
'avl_qty' => 'Available Qty Validate',
'native_name' => 'Native Name',
'is_header' => 'Is Header',
'non_gst' => 'Non GST',
];
@endphp
@foreach ($settings as $field => $label)
{{ $label }}
@error($field)
{{ $message }}
@enderror
@endforeach
{{-- RIGHT SIDE: LOGO UPLOAD --}}
{{-- Preview --}}
{{-- Upload --}}
Recommended size:
781 × 320 pixels
@error('logo')
{{ $message }}
@enderror