@extends('admin.layouts.sellermastersoyuz') @section('title',__('Add New Product')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{__("Add New Product ")}}
@include('seller.product.tab.product')