@extends('layouts.app') @section('content')
@if (user()->is_superadmin) @else @endif

@lang($pageTitle)

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