@extends('admin.layouts.master') @section('page-title') ارسال رسالة جديدة @endsection @push('main-message_responses-active') m-menu__item--active @endpush @section('content')

ارسال رسالة جديدة

@csrf
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('message')) {{ $errors->first('message') }} @endif
@stop @push('page_level_style') @endpush