@extends('dashboard.layouts.layouts') @section('title', 'Dashboard') {{--Drop Your Customized Style Codes Here--}} @section('customizedStyle') @endsection {{--Drop Your Customized Scripts Codes Here--}} @section('customizedScript') @endsection {{-- Start of page Content --}} @section('content')

Products All Products

All Products Info

Add New Product
@include('dashboard.layouts.messages') {{----}} {{-- --}} @if($products) @foreach($products as $product) {{----}} @endforeach @else @endif
id Titledescriptionimage category created by Created at Updated at Actions
id Titledescriptionimage category created by Created at Updated at Actions
{{$product->id}} {{$product->product_en->title}}{{$product->product_en->description}} {{$product->category->category_en->name}} {{$product->created_by_user->user_en->fname." ".$product->created_by_user->user_en->lname}} {{$product->created_at}} {{$product->updated_at}} {{--{{$feature->id}}--}}
@if($products) @foreach($products as $product) @endforeach @else @endif
@endsection