@extends('layouts.app') @section('title','Edit Product')@section('page-title','Edit Product') @section('content')
@csrf @method('PUT')
Product Details
Pricing
Cancel
@endsection