@extends('backend.master') @section('title') SMS Config @endsection @section('body') @if(Auth::user()->user_type == 0 || Auth::user()->user_type == 1)

SMS Config

{{ Form::open(['route' => ['system.sms-config.update', $sms_config->id], 'method'=>'POST', 'class'=>'needs-validation', 'novalidate']) }} @method('PUT')

sms_send_by == 1 ? 'checked' : '' }} name="sms_send_by" id="sms_send_by_msg" value="1">
sms_send_by == 0 ? 'checked' : '' }} name="sms_send_by" id="sms_send_by_panel" value="0">

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

sms_send_by == 1 ? 'disabled' : '' }} required>
এপিআই কী
{{ $errors->has('api_key') ? $errors->first('api_key') : ' ' }}
sms_send_by == 1 ? 'disabled' : '' }} required>
সেন্ডার আইডি
{{ $errors->has('senderid') ? $errors->first('senderid') : ' ' }}
{{ Form::close() }}
@else @include('backend.errors.404') @endif @endsection @section('script') @endsection