@extends('admin.layouts.app') @section('panel')
@csrf
@lang('Basic Information')
%
@lang('Pricing')
{{-- Regular License --}}
{{ $general->cur_text }}
@if(old('licenses.0.features')) @foreach(old('licenses.0.features') as $feature)
@endforeach @else
@endif
{{-- Extended License --}}
{{ $general->cur_text }}
@if(old('licenses.1.features')) @foreach(old('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