{{-- Extends layout --}}
@extends('layout.app_private')
{{-- Content --}}
@section('content')
@include('pages.log_explorer.read.content')
@include('pages.log_explorer.read.modal_detail')
@endsection
{{-- Styles Section --}}
@section('styles')
@endsection
{{-- Scripts Section --}}
@section('scripts')
@if ($data["lang"] != "en")
@endif
@endsection