@extends('layouts.app') @section('title', __('app.edit').' — '.$product->name) @section('content') @include('products._form') @endsection