Section::make('Charges')
->compact()
->inlineLabel()
->schema([
TextEntry::make('courier_charge')
->money('INR')
->alignEnd(),
]),
Section::make('Charges')
->compact()
->inlineLabel()
->schema([
TextEntry::make('courier_charge')
->money('INR')
->alignEnd(),
]),