@extends('layout.main') @section('content')
Action | Note |
---|---|
@if(User::checkCategoryPermission('Leads','Edit')) @endif |
{{$note->Note}} {{$note->created_by}} {{date( "d/m/Y H:i A", strtotime($note->created_at))}} |
Contact Name | Phone | Actions | |
---|---|---|---|
{{$contact->NamePrefix}} {{$contact->FirstName}} {{$contact->LastName}} | {{$contact->Phone}} | {{$contact->Email}} | @if(User::checkCategoryPermission('Contacts','Edit')) Edit @endif @if(User::checkCategoryPermission('Contacts','View')) View @endif @if($contact->IsVendor) Vendor @endif @if($contact->IsCustomer) Customer @endif |
@if(User::checkCategoryPermission('Contacts','Add')) $lead->AccountID))}}" class="btn btn-primary "> Add New @endif