@extends('admin.layouts.app') @section('panel')
@csrf
@lang('Personal License')
    @foreach ($personalLicense ?? [] as $feature)
    @endforeach
@lang('Commercial License')
    @foreach ($commercialLicense ?? [] as $feature)
    @endforeach
@endsection @push('script') @endpush