@extends('layouts.app') @section('content')
{{ csrf_field() }}


Product: {{$product['name']}} Edit - Delete
@if (session('status')) @endif
    @forelse ($items as $item)
  • {{$item['name']}}
  • @empty

    There are no items yet. Include one with the form above.

    @endforelse
@endsection