@extends('inventory.layout') @section('title', 'Dashboard') @section('content') @push('head') @endpush
{{ __('Products')}}
{{ __('Users')}}
{{ __('Name')}} | {{ __('Product Code')}} | {{ __('Image')}} | {{ __('Brand')}} |
---|---|---|---|
{{ isset($item->name) ? $item->name:''}} | {{ isset($item->product_code) ? $item->product_code:''}} |
@if(isset($item->image))
![]() |
{{ isset($item->brand) ? $item->brand:''}} |