@extends('layouts.dashboard.app') @section('content')

@lang('site.products')

{{-- --}}
{{-- @lang('site.back') @lang('site.products')--}}

@lang('site.productImages') : {{$product->cCode}}


{{$product->name}}
@if(!empty($product->images) && (count($product->images)>0)) @foreach ($product->images as $file) @if($file->type === "img")
@endif @endforeach @else

@lang('site.no_images_found')

@endif

@lang('site.autoUpload')

@endsection