@php($opm=\App\Models\BusinessSetting::where('key','order_pending_message')->first())
@php($data=$opm?json_decode($opm->value,true):null)
@php($ocm=\App\Models\BusinessSetting::where('key','order_confirmation_msg')->first())
@php($data=$ocm?json_decode($ocm->value,true):'')
@php($oprm=\App\Models\BusinessSetting::where('key','order_processing_message')->first())
@php($data=$oprm?json_decode($oprm->value,true):null)
@php($dbs=\App\Models\BusinessSetting::where('key','order_handover_message')->first())
@php($data=$dbs?json_decode($dbs->value,true):'')
@php($ofdm=\App\Models\BusinessSetting::where('key','out_for_delivery_message')->first())
@php($data=$ofdm?json_decode($ofdm->value,true):'')
@php($odm=\App\Models\BusinessSetting::where('key','order_delivered_message')->first())
@php($data=$odm?json_decode($odm->value,true):'')
@php($dba=\App\Models\BusinessSetting::where('key','delivery_boy_assign_message')->first())
@php($data=$dba?json_decode($dba->value,true):'')
{{--@php($dbs=\App\Models\BusinessSetting::where('key','delivery_boy_start_message')->first())
@php($data=$dbs?json_decode($dbs->value,true):'')
--}}
@php($dbc=\App\Models\BusinessSetting::where('key','delivery_boy_delivered_message')->first())
@php($data=$dbc?json_decode($dbc->value,true):'')
@php($dbc=\App\Models\BusinessSetting::where('key','order_cancled_message')->first())
@php($data=$dbc?json_decode($dbc->value,true):'')
@php($orm=\App\Models\BusinessSetting::where('key','order_refunded_message')->first())
@php($data=$orm?json_decode($orm->value,true):'')
@php($orm=\App\Models\BusinessSetting::where('key','refund_cancel_message')->first())
@php($data=$orm?json_decode($orm->value,true):'')