@extends('layouts.master') @section('title', 'Update Product') @section('content')

Update Product

@if(count($errors) > 0) @endif
@csrf
@foreach(json_decode($product->images) as $image) @endforeach

Looks good!
Please enter product name.
Looks good!
Please upload product image.

Looks good!
Please select any category from the list.
Looks good!
Please enter valid product price.

Looks good!
Please enter short description.

Looks good!
Please enter additional info.

Looks good!
Please enter payment info.

@foreach($attributes as $key => $value)
@endforeach
@endsection @section('scripts') {{-- --}} @endsection @section('styles') {{-- --}} @endsection