@extends('layouts.app') @section('title', __('message.create_sms')) @section('content')
{{ __('message.create_sms') }}
{{-- CSRF Protection --}} @csrf @method('POST')
@endsection @section('js') @endsection