@if($notification->type =='Create Project' || $notification->type =='Edit Project')
{{ $notification->message ?? '' }} - #{{ $notification->identity }}
{{ $notification->created_at->toFormattedDateString() }}
@endif @if($notification->type =='Deposit Amount')
{{ $notification->message ?? '' }} - #{{ $notification->identity }}
{{ $notification->created_at->toFormattedDateString() }}
@endif @if($notification->type =='Create Job' || $notification->type =='Edit Job' || $notification->type =='Job')
{{ $notification->message ?? '' }} - #{{ $notification->identity }}
{{ $notification->created_at->toFormattedDateString() }}
@endif @if($notification->type =='Buy Subscription')
{{ site_currency_symbol() }}
{{ $notification->message ?? '' }} - #{{ $notification->identity }}
{{ $notification->created_at->toFormattedDateString() }}
@endif @if($notification->type =='Order')
{{ $notification->message ?? '' }} - #{{ $notification->identity }}
{{ $notification->created_at->toFormattedDateString() }}
@endif @if($notification->type =='Ticket')
{{ $notification->message ?? '' }} - #{{ $notification->identity }}
{{ $notification->created_at->toFormattedDateString() }}
@endif @if($notification->type =='Withdraw')
{{ site_currency_symbol() }}
{{ $notification->message ?? '' }} - #{{ $notification->identity }}
{{ $notification->created_at->toFormattedDateString() }}
@endif @if(moduleExists('PromoteFreelancer')) @if($notification->type =='Buy Package' || $notification->type =='project')
{{ site_currency_symbol() }}
{{ $notification->message ?? '' }} - #{{ $notification->identity }}
{{ $notification->created_at->toFormattedDateString() }}
@endif @if($notification->type =='profile')
{{ site_currency_symbol() }}
{{ $notification->message ?? '' }} - #{{ $notification->identity }}
{{ $notification->created_at->toFormattedDateString() }}
@endif @endif