@extends('layouts.master') @section('pagetitle') Dashboard @endsection @section('title') Dashboard @endsection @section('content')
| NAME | PHOTO | PRICE | CREATED AT | STATUS | ACTIVITY | Views |
|---|---|---|---|---|---|---|
| {{$product->name}} |
@foreach ($product->images as $image)
|
{{$product->price}} | {{$product->created_at}} | InActive | {{$product->views}} |