@extends('template.app') @section('meta') @endsection @section('title') Product Edit @endsection @section('content')
@csrf @method('PATCH')
Cancle
@endsection @section('scripts') @endsection