@extends('admin.layouts.master') @section('title', __('one_signal_notification_send')) @section('content')

{{ __('send_one_signal_message') }}

@csrf

{{ $errors->first('heading') }}

{{ $errors->first('message') }}

{{ $errors->first('url') }}

{{ $errors->first('icon_url') }}

@include('layouts.loading_button', ['class' => 'btn sg-btn-primary'])
@endsection