@extends('admin.layout.master') @section('title', 'إرسال رسائل SMS') @section('content')

إرسال رسائل SMS

@csrf
@if ($errors->has('message')) {{ $errors->first('message') }} @endif

@csrf
@if ($errors->has('message')) {{ $errors->first('message') }} @endif

@stop