@php
Use App\Traits\Date;
@endphp
@if($data['count'] > 0)
@if($data['activity'])
@foreach ($data['activity'] as $ac)
|
@if(date('Y-m-d') == $ac->date)
@lang('common.today')
@else
{{Date::DbToOriginal('-',$ac->date)}}
@endif
, {{Date::twelveHrTime($ac->time)}}
|
@if(config('app.locale') == 'en')
{{$ac->description_en}}
@else
{{$ac->description_bn}}
@endif
|
@endforeach
@endif
@else
| @lang('user.no_activity') |
@endif