@extends('layouts.master') @section('css') @endsection @section('title') Purchase Settings @endsection @section('content') Purchase Settings @csrf Simple Mode simple_purchase == 1) selected @endif>Yes simple_purchase == 0) selected @endif>No Direct Print direct_print_in_purchase == 1) selected @endif>Yes direct_print_in_purchase == 0) selected @endif>No {{-- Cost Allocation quick_cost_allocation == 1) selected @endif>Yes quick_cost_allocation == 0) selected @endif>No --}} Show Only Sundry Creditor in Purchase show_only_sundry_creditors_in_purchase == 1) selected @endif>Yes show_only_sundry_creditors_in_purchase == 0) selected @endif>No Landing Cost Purchase landing_cost_purchase == 1) selected @endif>Yes landing_cost_purchase == 0) selected @endif>No Show Freight show_freight == 1) selected @endif>Yes show_freight == 0) selected @endif>No Default Additional Ledgers @foreach ($ledgers as $ledger) {{ $ledger->name }} @endforeach Add Additional Ledgers To Amount add_additional_ledgers_to_amount == 1) selected @endif>Yes add_additional_ledgers_to_amount == 0) selected @endif>No Show Supplier Invoice No & Date show_supplier_invoice_no_date == 1) selected @endif>Yes show_supplier_invoice_no_date == 0) selected @endif>No Show Price Update on Purchase Entry show_price_slab_update_modal_on_purchase == 1) selected @endif>Yes show_price_slab_update_modal_on_purchase == 0) selected @endif>No Prevent Duplicate Item In Purchase prevent_duplicate_item_in_purchase == 1) selected @endif>Yes prevent_duplicate_item_in_purchase == 0) selected @endif>No Update @endsection @section('script') @endsection