@extends('panel.layout.settings') @section('title', __('Premium Advantages')) @section('titlebar_actions', '') @section('additional_css') @endsection @section('settings')

{{ __('Premium Advantages') }}

@foreach($premiumAdvantages as $key => $premiumAdvantage)
@endforeach
@endsection @push('script') @endpush