@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))