@extends('layouts.master') @section('pagetitle') Dashboard @endsection @section('title') Dashboard @endsection @section('content')

Total Products

{{ $products }}

Total Orders

{{ $orders }}

{{--
Product Overview
@foreach ($products as $product) @endforeach
NAME PHOTO PRICE CREATED AT STATUS ACTIVITY Views
{{$product->name}} @foreach ($product->images as $image) images) }} width="80"> @endforeach {{$product->price}} {{$product->created_at}} InActive {{$product->views}}
--}} @endsection @section('script') @endsection