@extends('layouts.app') @section('title', 'Edit Product') @section('content')
@csrf @method('PUT')

Product Information

Tax Information

@php $gst = old('gst_percentage', $product->gst_percentage ?? '0'); @endphp

Purchase Information

Price Information

Inventory Information

Status

Cancel Update Product
@endsection @push('scripts') @endpush