@extends('admin.layouts.master') @section('title', __('taxido::static.push_notification.send')) @section('content')

{{ __('taxido::static.push_notification.send') }}

@csrf
@error('send_to') {{ $message }} @enderror
@error('title') {{ $message }} @enderror
@error('status') {{ $message }} @enderror

user
{{ config('app.name') }}
@endsection @push('scripts') @endpush