@extends('layouts.app') @section('title','Settings • JAN Enterprises ERP') @section('page_title','ERP Settings') @section('page_subtitle','Configure JAN Enterprises legal invoice identity, banking and tax defaults') @section('content')
@csrf @method('PUT')

Business Identity

Printed on invoices and challans

Bank & Invoice Defaults

Used on new invoices
Review GST rate, HSN and tax treatment with your accountant before issuing production invoices.

Reminder Email

Agreement and invoice alerts
@csrf @method('PUT') @foreach(['legal_name','gstin','business_address','business_state','state_code','phone','email','bank_name','bank_account','bank_ifsc','bank_branch','invoice_terms','warranty_terms'] as $hidden)@endforeach
Requires valid SMTP values in the server .env file and the scheduler cron enabled.

Change Admin Password

Change the default password after deployment
@csrf @method('PUT')
@endsection