@extends('layouts.admin') @section('style') @endSection @section('script') @endSection @section('content') @php $page_title = isset($voucher_series) ? __('heading.title_edit_voucher_series').' '.$voucher_series['series_id'].'':__('heading.title_create_voucher_series'); @endphp
@csrf

Promotion Mechanic Dashboard



@if($voucher_series['business_assets']) @foreach($voucher_series['business_assets'] as $assets) @endforeach @else
{{-- --}} {{-- @for($i = 0; $i < 10; $i++)--}} {{-- @if($i<3)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @elseif($i<6)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @else--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endif--}} {{-- @endfor--}}
Outlet Name Store Name Promotion Mechanic ValueEdit
Loading...
--}} {{-- --}} {{-- Store {{$i}}PuregoldQR Code--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{-- Store {{$i}}RobinsonsPromo CodeASD123--}} {{-- --}} {{--
--}} {{-- --}} {{-- Store {{$i}}U SavePlain TextThis is plain text--}} {{-- --}} {{--
@endif
{{-- --}} @endsection