@extends('layouts.master') @section('titel', 'Product | ') @section('content') @include('partials.header') @include('partials.sidebar')

Product Table

Add Product
@foreach($additional as $add) @endforeach
Product Model Serial Sales Price Purchase Price Supplier Image Actions
{{$add->product->name}} {{$add->product->model}} {{$add->product->serial_number}} {{$add->product->sales_price}} {{$add->price}} {{$add->supplier->name}}
@endsection @push('js') @endpush