@extends('layouts.main') @section('content')

All Products

Create Product
@foreach($stock as $stock_details) @endforeach
# Name Action
{{$stock_details->id}} {!! $stock_details->name($stock_details) !!} Edit
@endsection