@extends('layouts.app') @section('content')

@lang($pageTitle)

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