@extends('core::layouts.master') @section('title') {{ __('user::general.Activity Logs') }} @endsection @section('styles') @stop @section('content')

{{ __('user::general.Activity Logs') }} / {{ $user->first_name }} {{ $user->last_name }}

@include('user::themes.dashlite.user.profile.user_profile_menu')

{{ __('user::general.Activity Logs') }}

@foreach($data as $key) @endforeach
{{ trans_choice('general.description',1) }} {{ trans_choice('general.created_at',1) }} {{ trans_choice('general.action',1) }}
{{$key->description}} {{$key->created_at->format('Y-m-d H:i:s')}}
{{$data->links()}}
@endsection @section('scripts') @endsection