@extends('layouts.settings') @section('content') @include('partials.breadcrumb', ['parentUrl' => '/settings','parentTitle' => 'Settings', 'breadcrumbTitle' => 'User Role Change History'])
@include('settings.history.user-role-change-history.partials.filter')
Export to CSV
# User Changed By From Role To Role Date
@stop @section('after_scripts') @include('reports.scripts.common') @include('reports.scripts.datatable') @stop