{{ __('All Items') }}
{{ __('ID') }} | {{ __('Image') }} | {{ __('Name') }} | {{ __('Price') }} | {{ __('Tax') }} | {{ __('Status') }} | {{ __('barcode') }} | {{ __('Descriptions') }} | {{ __('Category Name') }} | {{ __('Branches') }} | {{ __('Gallery') }} | {{ __('Stock') }} | {{ __('Control') }} | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $item->id }} |
@if ($item->getFirstMediaFile())
|
{{ $item->getNameAttribute() }} | {{$item->tax}} | {{ $item->price }} {{ __('IQD') }} | {{ $item->tax }}% | @if ($item->status) {{ __('ON') }} @else {{ __('OFF') }} @endif | {{ $item->barcode }} | {{ $item->getDescriptionAttribute() }} | {{ $item->category->name }} | {{ __('Control') }} |