@extends('layouts.app') @section('title', 'Products') @section('content')
| Image | Code | Name | Unit | Mode | Price | |
|---|---|---|---|---|---|---|
| @if($p->image_path) |
{{ $p->code }} | {{ $p->name }} | {{ $p->unit_type }} | {{ $p->quantity_mode }} | {{ number_format($p->unit_price, 2) }} | @if(auth()->user()->isAdmin()) Edit @endif |
CSV columns: code,name,description,unit_type,quantity_mode,unit_price,model