@extends(!in_array('Seller',auth()->user()->getRoleNames()->toArray()) ? "admin.layouts.master" : "admin.layouts.sellermastersoyuz") @section('title',__('Trash')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Trash') }} @endslot @slot('menu1') {{ __("Trash") }} @endslot ​ @endcomponent
@if ($errors->any()) @endif
{{__("Trashed Products")}}
# {{__("Product Name")}} {{__("Status")}} {{__("Action")}}
​ @endsection @section('custom-script') @endsection