@extends('layouts.app') @section('title', 'Material Catalogue') @section('breadcrumb')Material Catalogue@endsection @section('content')
Manage material types and their items. W/Sale = internal cost, Retail = client price.
No material types yet. Create your first type (e.g. "Cabinet", "Admin", "Accessories").
| Description | Item Code | Unit | W/Sale | Retail | Comments | Actions | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $mat->description }} | {{ $mat->item_code }} | {{ $mat->unit }} | ${{ number_format($mat->wsale_price,2) }} | ${{ number_format($mat->retail_price,2) }} | {{ $mat->comments }} | {{-- Edit row --}} | |||||||
|
|
|||||||||||||