@extends('entity.app') @section('title', __('activityLog.show_details')) @section('content')
@lang('employeeAffairs.your_activities')
@foreach ($data as $key => $value) @endforeach @foreach ($data as $key => $value) @if ($value) @else @endif @endforeach
{{ $key }}
{{ $value }}
@endsection