@if(session()->has('message'))
@endif
@if(session()->has('error'))
@endif
{{ trans('labels.Successlabel') }}
{{ session()->get('message') }}{{ trans('labels.WarningLabel') }}
{{ session()->get('error') }}Lead Data
| {{ trans('Leads Id') }} | {{ trans('Name') }} | {{ trans('Action') }} | {{ trans('Date') }} | {{ trans('Page') }} |
|---|---|---|---|---|
| {{ $key->data }} | {{ $key->name }} | {{ $key->action }} | {{ date('d-m-Y', strtotime($key->modification_date)) }} | {{ $key->page }} |
| No record found | ||||
Account Data
| {{ trans('Account Id') }} | {{ trans('Name') }} | {{ trans('Action') }} | {{ trans('Date') }} | {{ trans('Page') }} |
|---|---|---|---|---|
| {{ $key->data }} | {{ $key->name }} | {{ $key->action }} | {{ date('d-m-Y', strtotime($key->modification_date)) }} | {{ $key->page }} |
| No record found | ||||
Opportunity Data
| {{ trans('Account Id') }} | {{ trans('Name') }} | {{ trans('Action') }} | {{ trans('Date') }} | {{ trans('Page') }} |
|---|---|---|---|---|
| {{ $key->data }} | {{ $key->name }} | {{ $key->action }} | {{ date('d-m-Y', strtotime($key->modification_date)) }} | {{ $key->page }} |
| No record found | ||||
Ticket Data
| {{ trans('Account Id') }} | {{ trans('Name') }} | {{ trans('Action') }} | {{ trans('Date') }} | {{ trans('Page') }} |
|---|---|---|---|---|
| {{ $key->data }} | {{ $key->name }} | {{ $key->action }} | {{ date('d-m-Y', strtotime($key->modification_date)) }} | {{ $key->page }} |
| No record found | ||||