@extends('layouts.app') @section('title', 'Variations | Project Details') @section('content')
Notes:
{{$variation->description}}
| Code | Description | UoM | Qty | Sales Rate | Sales Gross |
|---|---|---|---|---|---|
| {{ $item->code }} | {{ $item->description }} | {{ $item->uom }} | {{ $item->quantity }} | £{{ number_format($item->sales_price, 2) }} | £{{ number_format($item->sales_price*$item->quantity, 2) }} |