@extends('example.layouts.default.dashboard') @section('content') @php $json = Illuminate\Support\Facades\File::get(public_path('data/products.json')); $data = json_decode($json, true); @endphp
|
|
Product Name | Technology | Description | ID | Price | Discount | Actions |
|---|---|---|---|---|---|---|---|
|
|
{{ $product['name'] }}
{{ $product['category'] }}
|
{{ $product['technology']}} | {{ $product['description']}} | {{ $product['id'] }} | $ {{ $product['price'] }} | {{ $product['discount'] }} |