@extends('layouts.master') @section('page_title', 'Purchase Details') @section('title', 'Add Purchases') @section('main_item', 'Purchases') @section('sub_item', 'Add Purchases') @section('content')

Add Purchases

@csrf
Product Name Purchase Quantity Purchase Price @if ($setting->select_currency_type == '1') (LKR) @else (USD) @endif Purchase Price Convert to LKR Selling Price @if ($setting->select_currency_type == '1') (LKR) @else (USD) @endif Selling Price Convert to LKR second_woocommerece_api_setting_enable != '1') style="display: none" @endif>Second Woocomerece Selling Price @if ($setting->select_currency_type == '1') (LKR) @else (USD) @endif Second Selling Price @if ($setting->select_currency_type == '1') (LKR) @else (USD) @endif Line Total Action

Total Cost

Add Payment

{{-- Model Sart here --}} @endsection @section('scripts') @endsection