@extends('layouts.master') @section('titel', 'Product | ') @section('content') @include('partials.header') @include('partials.sidebar') Product Table Product Product Table Add Product Product Model Serial Sales Price Purchase Price Supplier Image Actions @foreach($additional as $add) {{$add->product->name}} {{$add->product->model}} {{$add->product->serial_number}} {{$add->product->sales_price}} {{$add->price}} {{$add->supplier->name}} @csrf @method('DELETE') @endforeach @endsection @push('js') @endpush