@extends('admin.layouts.master-soyuz') @section('title',__('All Special Offers')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('All Special Offers') }} @endslot @slot('menu1') {{ __("Special Offers") }} @endslot​ ​@slot('button')
@endslot @endcomponent{{ $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.')}} |