@extends('layouts.app') @section('title', 'Purchase Invoice') @section('content')
| Id | Product | Comapny | Price | |
|---|---|---|---|---|
| {{ $cl->sno }} | {{ $cl->product }} | @if($cl->company4) {{ $cl->company4->company }} @endif | {{ $cl->price1 }} |
| Id | Date | Vendor Name | Remarks | |
|---|---|---|---|---|
| {{ $cl->sno }} | {{ $cl->date }} | {{ $cl->vendor1 }} | {{ $cl->remarks }} |