@extends('layouts.app') {{-- Important Variables --}} @section('title') Activity Log Report @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') Activity Log Report Search Criteria @csrf Select User @foreach( App\Models\User::RemoveTechibitsUser()->get() as $user ) {{ $user->name }} @endforeach User Clear {{-- --}} @stop @push('include-css') @endpush @push('include-js') @endpush