@extends('admin.layouts.master-soyuz') @section('title',__('All Hotdeals | ')) @section('body') @component('admin.component.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('All Hotdeals') }} @endslot @slot('menu1') {{ __('Hotdeals') }} @endslot @slot('button')
@endslot @endcomponent{{ __('ID') }} | {{ __('Product Name') }} | {{ __('Status') }} | {{ __("Action") }} |
---|---|---|---|
{{ $key+1 }} | {{ isset($product->pro) ? $product->pro->name : $product->simple_product->product_name }} | @can('hotdeals.edit') @endcan |
@can('hotdeals.edit')
{{ __("Edit") }}
@endcan
@can('hotdeals.delete')
{{ __("Delete") }}
@endcan
{{ __("DELETE") }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}}? {{ __('This process cannot be undone.')}} |