@extends('backend.layouts.app') @section('title') {{ 'Activity Log | '.env('APP_NAME') }} @endsection @section('breadcrumbs') @include('backend.layouts.partials.breadcrumbs',['current' => 'Activity Log']) @endsection @push('before-css') @endpush @section('content')
UserID User Name Description Created At
@endsection @push('js') @endpush