@extends('admin.layout.master') @section('title','PRODUCT CHILD') @section ('content')
{{__('obs.product_child')}}
@php $default_settings = getDefaultSettings(null, 2) @endphp @foreach ($products as $i => $item) @endforeach
{{__('obs.name')}} {{__('obs.local')}} {{__('obs.short_name')}} {{__('obs.barcode')}} {{__('obs.buy_price')}} {{__('obs.sell')}} {{__('obs.price')}} {{__('obs.color')}} {{__('obs.size')}} {{__('obs.image')}} {{__('obs.status')}} {{__('obs.action')}}
{{ $item->name_eng }} {{ $item->name_local }} {{ $item->short_name }} {{ $item->barcode }} {{ round($item->buy_price, 2) }} {{ round($item->sell_price, 2) }} {{-- --}} {{ $item->color->name }} {{-- --}} {{ $item->size->name }} @if(checkAuthPermission('product.change-status'))
status == 1) checked @endif />
@endif
@if(checkAuthPermission('product.edit')) @endif
@include('v2.inventory.product.product_create_update', ['ret_type' => 1]) {{-- @include('v2.inventory.global.quick_posting.q_party_create', ['type'=> 1]) --}} @include('v2.inventory.global.quick_posting.q_item_group_create') @include('v2.inventory.global.quick_posting.q_cost_center_create')
@endsection @section('script') @append