@extends('backend.master') @section('title') ডাটাবেজ ক্রেডেনশিয়াল @endsection @section('body') @if(Auth::user()->user_type == 0 || Auth::user()->user_type == 1)

ডাটাবেজ ক্রেডেনশিয়াল

এসএমএস ক্রেডেনশিয়াল (msg.truboSms)

{{ Form::open(['route'=>['db-credential.store', $sms->id],'method'=>'POST', 'class'=>'needs-validation', 'novalidate']) }} @method('PUT')
এপিআই কী
{{ $errors->has('api_key') ? $errors->first('api_key') : ' ' }}
সেন্ডার আইডি
{{ $errors->has('senderid') ? $errors->first('senderid') : ' ' }}
{{ Form::close() }}
ট্যাক্স পেমেন্ট বায় নগদ অ্যাপ

{{ Form::open(['route'=>['nagad-info-for-app.update', $web->id],'method'=>'POST', 'class'=>'needs-validation', 'novalidate']) }} @method('PUT')
এপিআই কী
{{ $errors->has('nagad_app_charge_by_system') ? $errors->first('nagad_app_charge_by_system') : ' ' }}
nagad_app_charge_by_system == 1 ? '' : 'disabled' }} required>
%
{{ Form::close() }}
Online Payment Credential

@csrf @method('PUT') {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}}
%
@else @include('backend.errors.404') @endif @endsection @section('script') @endsection