@extends('frontend.layouts.app') @section('seo') Shop Product | eg APPAREL @endsection @section('content')
@foreach ($trends->colors as $key => $item) @php $color_images = json_decode($item->color_images) ?? []; @endphp
@foreach ($color_images as $imageKey => $color_image)
@endforeach
@endforeach

{{ $trends->name }}

{{ $trends->category }} @if ($trends->type != null) | {{ $trends->type }} @endif @if ($trends->sub_type != null) | {{ $trends->sub_type }} @endif
Colors
@foreach ($colors as $color) @endforeach
{{-- Qty --}}
{{--
--}}

Products Information

{!! $trends->description !!}

Material used

{!! $trends->materials !!}
...
...
Free Delivery
For all order over 99$
30 Days Return
If goods have Problems
Secure Payment
100% secure payment
24/7 Support
Dedicated support
@endsection @section('js') @endsection