@extends('layouts.app') @section('content')
@if ($errors->any())
@endif @if(session()->has('success'))
{{ session()->get('success') }}
@endif
Add Activation Codes to the selected product
@csrf
Download?
Format:
Add Activation Codes to the selected product
@csrf
Download?
Format:
Activation Codes
@if (session('status')) @endif
@foreach($activationCodes AS $k=>$code)
Pannel {{ $k }}

@foreach($code AS $value) {{ $value }}
@endforeach

@endforeach
@endsection