@extends('admin.layouts.master-soyuz') @section('title',__('Add New Product |')) @section('body') ​ @component('admin.component.breadcumb',['thirdactive' => 'active']) ​ @slot('heading') {{ __('Add New Product') }} @endslot @slot('menu1') {{ __("Product") }} @endslot @slot('menu2') {{ __("Add New Product") }} @endslot ​ @slot('button')
{{ __("Back")}}
@endslot ​ @endcomponent
​ ​
@if ($errors->any()) @endif
{{ __('Add Product') }}
@include('admin.product.tab.product')