@section('title', 'Product Attributes') @push('style') @endpush @push('vendor-script') @endpush @push('script') @endpush
@csrf
@if($productAttributes) @foreach($productAttributes as $label)
clear
@endforeach @else
clear
@endif