@extends('layouts.dashboard') @section('content')
@include('notification')
OTP Settings
@if(!$arr) @endif
@if($arr) @php $data = json_decode($arr['meta_value']); @endphp @endif
{{ __('1') }} {{ $data->api_key }} {{ $data->template_id }} {{ $data->template_name }} {{ $data->sender_id }}
@csrf @method('POST')
@endsection