@extends('layouts.admin-main') @section('content')
Back

{{$settings_->shop_name}}

{{__('message.cashier')}} : {{Auth::user()->name}}
{{__('message.invoice date')}} : {{now()->format('d-m-Y H:i')}}
{{__('message.location')}} : {{$settings_->address}}
{{__('message.phone number')}} : {{$settings_->phone}}
{{__('message.product category')}} : {{__('message.not for sale')}}

{{__('message.warehouse balance report')}}

@if($gold->fixed_price) @else @endif @foreach ($products as $index => $product) is_active) class="inactive" @endif> @if($product->fixed_price) @else @endif
# {{__('message.original invoice')}} {{ __('message.part number') }} {{ __('message.product name') }} {{ __('message.qty') }} {{ __('message.weight') }}{{ __('message.gold weight') }}{{ __('message.diamond size') }} {{ __('message.cost of sale') }} {{ __('message.original wages') }} {{ __('message.sale wages') }} {{ __('message.sales price') }} {{ __('message.description') }} {{ __('message.purity upgrade to') }} {{ __('message.selling purity') }} {{ __('message.image') }} {{__('message.supplier')}} {{__('message.supplier rate')}} {{ __('message.created date') }}
{{ $index + 1 }} {{$product->original_invoice??''}} {{$product->part_number}} {{ $product->name ??''}} {{ $product->qty??0 }} {{number_format($product->weight ,2)}} {{number_format($product->goldWeight() ,2)}} {!!$product->diamond_size!!} {{ number_format($product->cost(), 2) }} {{$currency_->currency_symbol}} {{number_format($product->cost_wagesInWeight()??0 , 2)}} {{$currency_->currency_symbol}} {{number_format($product->selling_wagesInWeight()??0 , 2)}} {{$currency_->currency_symbol}} {{number_format($product->price,2)}} {{$currency_->currency_symbol}} {{number_format($product->sellingPrice(),2)}} {{$currency_->currency_symbol}} {!!$product->description!!} @if($product->purity_upgrade_to) {{$product->purity_upgrade_to??''}} @endif @if($product->selling_purity) {{$product->selling_purity??''}} @endif
@if($product->image) @else @endif
{{$product->supplier->name??''}} {{number_format($product->supplier_rate??0 , 0)}} {{ $product->created_at->format('d/m/Y H:i') }}