@extends('admin.layouts.master-soyuz') @section('title',__('All Products |')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('All Products') }} @endslot @slot('menu2') {{ __("All Products") }} @endslot @slot('button')
{{__("Import Products")}} {{__("Add Product")}} {{ __("Trash") }}
@endslot ​ @endcomponent
@if ($errors->any()) @endif
{{ __('All Products') }}
@csrf
{{ __('S.NO') }} {{ __('Image') }} {{ __('Product Detail') }} {{ __('Price') }} ({{ $defCurrency->currency->code }}) {{ __('Categories & More') }} {{ __('Featured') }} {{ __('Status') }} {{ __('Add / Update on') }} {{ __('Actions') }}
@endsection @section('custom-script') @endsection