@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')

Product Show Product

All Images For This Product

Add New Image
@include('dashboard.layouts.messages')
    @if($product) @php $count=0 @endphp @foreach($product->image as $product_image)
  • img
  • @php $count++ @endphp @endforeach @else @endif
@if($product) @php $count=0 @endphp @foreach($product->image as $product_image) @php $count++ @endphp @endforeach @else @endif {{-- --}}
@endsection