@extends('backend.layouts.master') @section('title', __('static.notification.send_notifications')) @section('content')
{{ __('static.notification.send_notifications') }}
@csrf
@error('service_type') {{ $message }} @enderror
@error('service_type') {{ $message }} @enderror
@endsection @push('js') @endpush