@extends('layouts.app') @section('title') {{ __('User Action') }} @endsection @section('breadcrumb')

{{ __('User Action') }}

@endsection @section('content')
{{-- @can('clear_activity_log')
@endcan --}}
@csrf
{{-- --}}
# {{ __('Action') }} {{ __('User') }} {{ __('Time') }} {{ __('Changes') }}{{ __('Subject type') }}
@endsection @section('scripts') @endsection