@if ($comment_statuses->count()>0) comment_status_id {{__('messages.Comment Status')}} @foreach($comment_statuses as $cs) @endforeach @endif
comment_type_id comment_type_changed {{__('messages.Comment Type')}} @if($current_page == 'customer' || $current_page == 'corporate' || $current_page == 'customer_group' || $current_page == 'task') @foreach(\App\Models\CommentType::whereNotIn('id',[5,6,7,8])->get() as $ct) @endforeach @else @foreach(\App\Models\CommentType::where('id',4)->get() as $ct) @endforeach @endif
Uploading...
@if($url && substr($url->getMimeType(),0,6) == "image/")
@endif
@can('add missing comment') @if($current_page == 'customer')
@livewire('add-button-component',['value' => "Add Missing Comment"]) addMissingComment Add Missing Comment comment_missing_by {{__('messages.User')}} @foreach(\App\Models\User::where('active',1)->get() as $user) @endforeach
@endif @endcan