@extends('backend.layouts.app') @section('title', @$data['title']) @section('content')

{{ @$data['title'] }}

@if (hasPermission('send_sms_list')) {{ _trans('common.Back') }} @endif
@csrf
@if ($errors->has('department_id'))
{{ $errors->first('department_id') }}
@endif
@if ($errors->has('message'))
{{ $errors->first('message') }}
@endif
@endsection