@extends('admin.layouts.master-soyuz') @section('title',__('All Special Offers')) @section('body') @include('admin.layouts.topbar',$data)
{{ $error}}
@endforeach| {{ __('Id') }} | {{ __('Product Name') }} | {{ __('Status') }} | {{ __('Action') }} | @foreach($products as $key => $product)
|---|---|---|---|
| {{++$key}} | {{ isset($product->pro) ? $product->pro->name : $product->simple_product->product_name }} |
{{ __("DELETE") }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} ? {{ __('This process cannot be undone.')}} |