@extends('layouts.admin') @section('content') @push('css') {{-- dropzone --}} @endpush
...
{{$product_details->name}}
Category: {{$product_details->category->category_name}}
Sales Price Type: Negotiable
Purchase Quantity
{{$purchasseQuantity}}
Total Sales Amount
{{$sellAmount}}
Stock Quantity
{{$stockQuantity}}
Total Purchase Amount
{{$purchaseAmount}}
Sales Quantity
{{$sellQuantity}}
Current Stock Value
{{$stockValue}}
@push('alljs') @endpush @endsection