@extends('layouts.admin') @section('title', 'Products') @section('buttons') New @endsection @section('content')
# | Image | Name | Price in USD | Crystals amount | |
---|---|---|---|---|---|
{{ $product->id }} |
|
{{ $product->name }} | {{ $product->price_eur }} | {{ $product->crystals }} | Edit |