@extends('layouts.app', ['pageSlug' => 'SmsAPI']) @section('content')
@csrf
Twilio SMS Gateway
{{ $errors->first('ORANGE_CLIENT_ID') }}
{{ $errors->first('ORANGE_CLIENT_SECRET') }}
Clickatell SMS Gateway
{{ $errors->first('CLICKATELL_USERNAME') }}
{{ $errors->first('CLICKATELL_PASSWORD') }}
{{ $errors->first('CLICKATELL_API_ID') }}
{{ $errors->first('CLICKATELL_REST_API_TOKEN') }}
@endsection @push('js') @endpush