@extends('layouts.admin_layout') @section('title') Igloo - Edit Product @endsection @section('stylesheet') @endsection @section('content')

Edit Product

@if(session()->has('status')) {!! session()->get('status') !!} @endif
@csrf
@error('name') {{ $message }} @enderror
@error('sku') {{ $message }} @enderror
@error('quantity') {{ $message }} @enderror
@error('category_id') {{ $message }} @enderror
@error('price') {{ $message }} @enderror
@error('discount') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@if(count($product_has_attribute) < 1)
@else @foreach($product_has_attribute As $key => $value) @if($key == 0)
@else
@endif @endforeach @endif

Thumbnail Image

Profile photo
Remove Select new thumbnail image Change
@foreach($image As $key => $url)
imag Remove
@endforeach
Remove New Image Change
@endsection @section('script') @endsection