@extends('master.back') @section('styles') @endsection @section('content')

{{ __('Campaign Offer') }}

{{-- Create Table Btn --}}
@include('alerts.alerts')
@csrf

{{__('Product Added for Campaign')}}

@csrf
@error('item_id')

{{$message}}

@endif
@if ($items->count() > 0) @foreach ($items as $data) @endforeach @else

{{ __('No Product Found') }}

@endif
{{ __('Image') }} {{ __('Name') }} {{ __('Price') }} {{ __('Status') }} {{ __('Show Home Page') }} {{ __('Action') }}
{{$data->item->name}} {{ PriceHelper::adminCurrencyPrice($data->item->discount_price) }}
{{-- DELETE MODAL --}} {{-- DELETE MODAL ENDS --}} @endsection @section('scripts') @endsection