@extends('admin.layouts.master-soyuz') @section('title',__('All Hotdeals | ')) @section('body') @include('admin.layouts.topbar',$data)
| {{ __('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.')}} |