@extends('backend.layout.main') @section('content')

{{__('db.SMS Setting')}}

{{__('db.The field labels marked with * are required input fields')}}.

{!! Form::open(['route' => 'setting.smsStore', 'method' => 'post']) !!}
@if($revesms)@endif @if($bdbulksms)@endif @if($tonkra)@endif @if($twilio)@endif @if($clickatell)@endif
{!! Form::close() !!}
@endsection @push('scripts') @endpush