@extends('layouts.master') @section('title', 'Send mobile push notification | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.push notification')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.send mobile push notification') }}
{{ __('basic.send mobile push notification') }}
@csrf
@error('send_to') {{ $message }} @enderror
@error('subject') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@endsection @section('js') @endsection