@extends ('core.layouts.app') @section('content')

{{ trans('meta.email_settings') }}

{{ Form::open(['route' => 'biller.business.email_settings_update', 'class' => 'form-horizontal', 'role' => 'form', 'method' => 'post','files' => true, 'id' => 'create-hrm']) }}
{{ Form::label( 'host',trans('meta.email_system'),['class' => 'col control-label']) }}
{{ link_to_route('biller.dashboard', trans('buttons.general.cancel'), [], ['class' => 'btn btn-danger btn-md']) }} {{ Form::submit(trans('buttons.general.crud.update'), ['class' => 'btn btn-primary btn-md']) }}
{{ Form::label( 'host',trans('meta.sms_gateway'),['class' => 'col control-label']) }}
{{ link_to_route('biller.dashboard', trans('buttons.general.cancel'), [], ['class' => 'btn btn-danger btn-md']) }} {{ Form::submit(trans('buttons.general.crud.update'), ['class' => 'btn btn-primary btn-md']) }}

{{trans('meta.url_shorten')}}

You can enable shorten URLs in your SMS to shrink the total size of a message. Please get your bit.ly token from your bit.ly developer section

{{ Form::label( 'url_shorten', trans('meta.url_shorten_enable'),['class' => 'col-12 control-label']) }}
{{ Form::label( 'token', trans('meta.token'),['class' => 'col-12 control-label']) }}
{{ link_to_route('biller.dashboard', trans('buttons.general.cancel'), [], ['class' => 'btn btn-danger btn-md']) }} {{ Form::submit(trans('buttons.general.crud.update'), ['class' => 'btn btn-primary btn-md']) }}
{{ Form::close() }}
@endsection @section('after-scripts') @endsection