@extends('layout.main') @section('content')
@include('accounts.errormessage') @if($outstanding>0)
| Action | Note |
|---|---|
| @if(User::checkCategoryPermission('Account','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 |