@if(!empty($activities)) @forelse($activities as $activity) @empty @endforelse
@lang('lang_v1.date') @lang('messages.action') @lang('lang_v1.by') @lang('brand.note')
{{@format_datetime($activity->created_at)}} {{__('lang_v1.' . $activity->description)}} {{$activity->causer->user_full_name ?? ''}} @if(!empty($activity->getExtraProperty('from_api')))
{{$activity->getExtraProperty('from_api')}} @endif @if(!empty($activity->getExtraProperty('is_automatic'))) @lang('lang_v1.automatic') @endif
@if(!empty($activity_type)) @if($activity_type == 'sell') @include('sale_pos.partials.activity_row') @elseif($activity_type == 'purchase') @include('sale_pos.partials.activity_row') @endif @else @php $update_note = $activity->getExtraProperty('update_note'); @endphp @if(!empty($update_note)) @if(!is_array($update_note)) {{$update_note}} @endif @endif @endif @if(!empty($activity->getExtraProperty('email'))) @lang('business.email'): {{$activity->getExtraProperty('email')}} @endif @if(!empty($activity->getExtraProperty('mobile'))) @lang('business.mobile'): {{$activity->getExtraProperty('mobile')}} @endif
@lang('purchase.no_records_found')
@endif