@extends('backend.layout.main') @section('content') @if(session()->has('message'))
{{ session()->get('message') }}
@endif @if(session()->has('not_permitted'))
{{ session()->get('not_permitted') }}
@endif

{{trans('file.SMS Setting')}}

{{trans('file.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