@extends('admin.layouts.master') @section('title','Users Activity Logs') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ __("Do you really want to delete these records? This process cannot be undone.")}}
# | {{ __('User') }} | {{ __('Email') }} | {{ __('Action') }} | {{ __('Time') }} | {{ __('Delete') }} |
---|---|---|---|---|---|
1 | @if(isset($users)) {{ $users->fname }} @endif | @if(isset($users)) {{ $users->email }} @endif | {{ $user->description }} | {{ $user->created_at->diffForHumans() }} |
{{ __('Delete') }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} {{$user->fname}}? {{ __('This process cannot be undone.')}} |