@extends('layouts.admin') @section('page-title', 'Product-Edit') @section('content')

Edit Product

@csrf
@if($product->image) Product Image @endif
is_active ? 'checked' : '' }}>
@endsection