@php $notifications = Modules\OrderManage\Entities\CustomerNotification::where('customer_id',Auth::id())->where('read_status',0)->latest()->take(4)->get(); @endphp {{ __('common.notification') }}
{{$notification->title}}