@extends('layouts.vendor') @section('title', 'Edit Product') @section('page-title', 'Edit Product') @section('content')
@csrf @method('PUT')
@if($product->images->count())
@foreach($product->images as $img) @endforeach
@endif
is_active) ? 'checked' : '' }}>
Cancel
@endsection