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

{{ __('Add Product') }}

@if(session()->has('multipledomain'))
One Purchase Code Use in multiple domain : @foreach (session()->get('multipledomain') as $item)

{{ $item }}

@endforeach
{{ __('Envato not allow to install script multiple domin using one purchase code. ') }}
{{ __('One purched codes for one Domin. Author can take action any time for that.') }}

{{ __('Author Contact : geniusdevs24@gmail.com') }}
@else
@endif
@endsection