@extends('layouts.app') @section('title', 'تعديل منتج') @section('breadcrumb') @endsection @section('content')
تعديل: {{ $product->name }}
@csrf @method('PUT') @include('products._form')
@endsection