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