@extends('layouts.app') @section('title', 'Product List') @section('content')
| Id | Product | Company | Price | Action |
|---|---|---|---|---|
| {{ $cl->sno }} | {{ $cl->product }} | @if($cl->company4) {{ $cl->company4->company }} @endif | {{ $cl->price1 }} | sno }}'>Edit sno }}' class="btn btn-success btn-lg btn1 confirmation">Delete |