@extends('layouts.manage') @section('title') @lang('Add Product') @endsection @section('page-header-title') @lang('Add Product') @lang('View Products') @endsection @section('page-header-description') @lang('Add New Product') @lang('Go Back') @endsection @section('styles') @include('partials.manage.categories-tree-style') @endsection @section('scripts') @include('includes.tinymce') @include('partials.manage.categories-tree-script'); @endsection @section('content') @include('partials.manage.products.create') @endsection