@extends('backend.layout.master')
@section('title', __('All Words'))
@section('style')
@endsection
@section('content')
{{ __('All Logs') }}
@include('securitymanage::backend.log-history.search-result')
@endsection
@section('script')
@include('securitymanage::backend.log-history.log-js')
@endsection