@extends('layouts.admin.admin') @section('title','Edit Product') @section('content')
@method('PUT') @include('product.form', ['header' => 'Edit Product'])
@endsection