@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')
@can('products.import') {{__("Bulk Upload Images") }} @endcan @can('products.import') {{__("Import Products") }} @endcan @can('products.create') {{__("Add new") }} @endcan @can('products.delete') {{__("Trash") }} @endcan
@endslot ​ @endcomponent
@if ($errors->any()) @endif
{{ __('Product') }}
{{ __("S.No") }} {{ __('Image') }} {{ __("ID") }} {{ __('Product Name') }} {{ __("Pricing") }} {{ __('Status') }} {{ __('Action') }}
@endsection @section('custom-script') @endsection