@extends('layouts.app')
@section('content')
@if (user()->is_superadmin)
@else
@endif
@if($restAPISetting->fcm_key)
@lang('restapi::app.testAndroidPushNotification')
@lang('restapi::app.testIOSPushNotification')
@endif
@if(user()->permission('manage_rest_api_settings') || user()->is_superadmin)
@lang('app.cancel')
@lang('app.save')
@lang('app.save')
@lang('app.cancel')
@endif
@endsection
@push('scripts')
@endpush