@extends('dashboard.layout.partials.dashboard') @section('content')
@if ($errors->any())
@endif


Edit Products

@csrf() @method('PUT')
@php $categories=['General Mechanic','Laith Machine','Electrician','Wheel Balancer']; @endphp
@php $images=$product->product_image; $images=json_decode($images); @endphp @if($product->product_image) @foreach($images as $image) @endforeach @endif
Cancel
@endsection