/
home
/
sditechnicalteam
/
public_html
/
resources
/
views
/
notifications
/
all
/
File Upload :
llllll
Current File: //home/sditechnicalteam/public_html/resources/views/notifications/all/proposal_signed.blade.php
@if ($notification->data['status'] == 'accepted') <x-cards.notification :notification="$notification" :link="route('proposals.show', $notification->data['id'])" :image="company()->logo_url" :title="__('email.proposalSigned.subject')" :text="__('app.menu.proposal').'#'.$notification->data['id']" :time="$notification->created_at" /> @else <x-cards.notification :notification="$notification" :link="route('proposals.show', $notification->data['id'])" :image="company()->logo_url" :title="__('email.proposalRejected.subject')" :text="__('app.menu.proposal').'#'.$notification->data['id']" :time="$notification->created_at" /> @endif
Copyright ©2k19 -
Hexid
|
Tex7ure