@extends('layouts.base') {{-- @section('heading') {{ __('User Profile') }} @endsection --}} @section('info') {{ __('User Activity') }} - for two weeks before query date @endsection @section('focus_action')
{{-- @csrf --}}
{{--
--}}
@csrf
{{--
--}}
{{--
--}}
@endsection @section('body_table')
@include('reports.components.table')
@endsection