@extends('frontend.layouts.app') @section('seo') Shop Product | eg APPAREL @endsection @section('content')
@foreach ($images as $key => $multiple_images)
@endforeach

{{ $skins->name }}

P {{ number_format($skins->price, 2) }}

Skin Care
Qty
{{--
--}}

@if ($skins->stocks == 0 || $skins->stocks <= $quantity) Out of Stocks @endif

Products Information

{!! $skins->description !!}

Material used

{!! $skins->ingredients !!}

...
...
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