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

Forms/ Horizontal Layouts

--}}

Edit Product

@method('PUT')
{{--
--}}
{{-- --}}
USD
MMK
RMB

{{ $product->stock_in_hand }}

Manage Inventory
{{-- --}} @if ($product->featuredImage)
Current Featured Image
@endif
{{-- --}}
Current Image(s)
@foreach ($product->images as $image)
@endforeach
is_featured ?? false) ? 'checked' : '' }} value="" id="is_featured" name="is_featured">
@endsection @section('scripts') @endsection