@extends('main') @section('h_title', 'Sms & Notification Configuration') @section('body')
OTP Configuration
@csrf @method('PUT')
@error('api_key') {{ $message }} @enderror
@error('sender_id') {{ $message }} @enderror
Firebase Json File
@if ($fileExists)
Current Credentials:
{{ $fileContents }}
@else

No credentials file found.

@endif
@csrf
Notification Configuration
@csrf @method('PUT')
@endsection