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

Update Product

@csrf
{{-- class="js-example-basic-multiple"--}}
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
new_arrival == 1 ? 'checked' : '' }}>
featured == 1 ? 'checked' : '' }}>
sale == 1 ? 'checked' : '' }}>
@if($product->getMedia('product_image')->count() > 0)
@foreach($product->getMedia('product_image') as $media)
Product Image
@csrf @method('DELETE')
@endforeach
@endif
@endsection @push('script') @endpush