@extends('dashboard.layouts.master') @section('title', 'Edit Product Images') @section('content')

Edit Product Image

@csrf @method('PUT') @include('dashboard.productImages.common.form')
@endsection