@extends('layouts.manage') @section('title') @lang('Edit Product') @endsection @section('page-header-title') @lang('Edit Product') @lang('View Products') @endsection @section('page-header-description') @lang('Edit Product') @lang('Go Back') @endsection @section('styles') @include('partials.manage.categories-tree-style') @endsection @section('scripts') @include('partials.manage.categories-tree-script'); @include('includes.tinymce') @if(config('settings.toast_notifications_enable')) @endif @endsection @section('content') @include('partials.manage.products.edit') @endsection