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

Add Wood

@if($products->isEmpty())

No Wood Found


@else @foreach($products as $product) @endforeach
Name Image Action
{{ $product->name }}
@endif
@endsection