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

Add Resin

@if($products->isEmpty())

No Resin Found


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