@extends('layouts.back-end.app') @section('title','FCM Settings') @push('css_or_js') @endpush @section('content')
@csrf @php($key=\App\Models\BusinessSetting::where('type','push_notification_key')->first()->value)


Push Messages

@csrf
@php($opm=\App\Models\BusinessSetting::where('type','order_pending_message')->first()->value) @php($data=json_decode($opm,true))
@php($ocm=\App\Models\BusinessSetting::where('type','order_confirmation_msg')->first()->value) @php($data=json_decode($ocm,true))
@php($oprm=\App\Models\BusinessSetting::where('type','order_processing_message')->first()->value) @php($data=json_decode($oprm,true))
@php($ofdm=\App\Models\BusinessSetting::where('type','out_for_delivery_message')->first()->value) @php($data=json_decode($ofdm,true))
@php($odm=\App\Models\BusinessSetting::where('type','order_delivered_message')->first()->value) @php($data=json_decode($odm,true))

@endsection @push('script_2') @endpush