@extends('backend.index') @section('content')
Name | Price | Currency | Description | Date | Action |
---|---|---|---|---|---|
{{ $item->name }} | {{ $item->price }} | {{ $item->currency }} |
{{ $item->description }}
|
Date Created: {{ $item->created_at->format('M j, Y') }}
Date Modified: {{ $item->updated_at->format('M j, Y') }}
|