@extends('Layouts.adminLayout') @section('title') {{__('Attribute Image Product')}} @endsection @section('css') @endsection @section('breadcrumb')
@endsection @section('content')
{{__('Attribute Image Product')}}
@CSRF
@foreach($data['productAttribute'] as $Attribute ) @if($Attribute->attributeValue!=null)
@if(isset($Attribute->image)) @endif
@endif @endforeach
@if(count($data['productAttribute'])>0)
@endif
@endsection