@extends('layouts.app') @section('title', 'Product List') @section('content')
{{--

Clients Rate Policy

--}} Add

@foreach ($product as $key => $cl) @endforeach
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
Back to menu
@endsection @section('scripts') @endsection