@extends('layouts.admin') @section('content')
{{--

Product Details Add New Image

--}}

Product Details

Main Category {{config("coco.main.{$product->category->main}")}}
Sub Category {{$product->category->name}}
Code {{$product->code}}
Title {{($product->title?:'Not Found')}}
Is On Home Page {!! ($product->is_on_home ? "Yes":"No") !!}
@forelse($product->images as $image) @empty

Product does not have any image.

Please add minimum one image. Otherwise this product will not be listed in public site @endforelse
{{csrf_field()}} {{method_field('delete')}}
@endsection @section('js') @endsection