Calls

@if(!$disabled) @endif
@if($calls->count() == 0)

No Calls Found

@if(!$disabled)

Add new calls to keep track of your project

@else

No calls found for this {{ $holder_type }}.

@endif
@else @foreach($calls as $call)
img

{{ $call->user->display_name }} logged a call on {{ date_format(date_create($call->created_at), config('env.formats.date')) }}

@if($call->note) {!! $call->note->comment !!} @endif
@endforeach @endif
@script @endscript