@extends('admin.layouts.app') @section('panel')
@csrf
@lang('Basic Information')
%
@lang('Pricing')
{{-- Regular License --}}
{{ $general->cur_text }}
@if($product->licenses[0]->features) @foreach(json_decode($product->licenses[0]->features) as $feature)
@endforeach @else
@endif
{{-- Extended License --}}
{{ $general->cur_text }}
@if($product->licenses[1]->features) @foreach(json_decode($product->licenses[1]->features) as $feature)
@endforeach @else
@endif
@lang('External Information')
0%
@endsection @push('breadcrumb-plugins') @lang('Back') @endpush @push('style') @endpush @push('script') @endpush