@extends('layouts.backend') @section('css_after') @endsection @section('content')
@include('pages.product_add.tab_detail')
@include('pages.product_add.tab_package_item')
@include('pages.product_add.tab_photo')
@include('pages.product_add.tab_channel')
@include('pages.product_add.tab_price')
@include('pages.product_add.tab_delivery')
@include('pages.product_add.tab_selling_stock')
@endsection @section('js_after') @include('pages.product_add.function') @include('pages.globalFunction') @endsection