@extends('back_office.layouts.app') @section('content')
Send Notification
@csrf
@if(!$fcm_setting || $fcm_setting->value == '0') Activate FCM notification first! Activate
@endif
@endsection