@php($opm = \App\Models\BusinessSetting::where('key', 'order_pending_message')->first()->value)
@php($data = json_decode($opm, true))
@php($ocm = \App\Models\BusinessSetting::where('key', 'order_confirmation_msg')->first()->value)
@php($data = json_decode($ocm, true))
@php($oprm = \App\Models\BusinessSetting::where('key', 'order_processing_message')->first()->value)
@php($data = json_decode($oprm, true))
@php($ofdm = \App\Models\BusinessSetting::where('key', 'out_for_delivery_message')->first()->value)
@php($data = json_decode($ofdm, true))
@php($odm = \App\Models\BusinessSetting::where('key', 'order_delivered_message')->first()->value)
@php($data = json_decode($odm, true))
@php($dba = \App\Models\BusinessSetting::where('key', 'delivery_boy_assign_message')->first()->value)
@php($data = json_decode($dba, true))
@php($data = \App\CentralLogics\Helpers::get_business_settings('customer_notify_message'))
@php($data = \App\CentralLogics\Helpers::get_business_settings('customer_notify_message_for_time_change'))
@php($dbs = \App\Models\BusinessSetting::where('key', 'delivery_boy_start_message')->first()->value)
@php($data = json_decode($dbs, true))
@php($dbc = \App\Models\BusinessSetting::where('key', 'delivery_boy_delivered_message')->first()->value)
@php($data = json_decode($dbc, true))
@php($data = \App\CentralLogics\Helpers::get_business_settings('returned_message'))
@php($data = \App\CentralLogics\Helpers::get_business_settings('failed_message'))
@php($data = \App\CentralLogics\Helpers::get_business_settings('canceled_message'))