@extends('admin.layouts.app') @section('title', 'Show Product') @section('content')
{{--

Forms/ Horizontal Layouts

--}}

Show Product

@if ((int) $product->is_featured === 1) Featured @endif
{{--
--}}
{{-- --}}
USD
MMK
RMB

{{ $product->stock_in_hand }}

@if ($product->featuredImage)
@endif
{{-- --}}
@foreach ($product->images as $image)
@endforeach
@endsection @section('scripts') @endsection