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

{{translate('SMS Settings')}}

@csrf
@if ($errors->has('sid')) {{ $errors->first('sid') }} @endif
@if ($errors->has('token')) {{ $errors->first('token') }} @endif
@if ($errors->has('phone_no')) {{ $errors->first('phone_no') }} @endif
@endsection