@extends('layouts.core.backend', [
'menu' => 'setting',
])
@section('title', trans('messages.system_logs'))
@section('page_header')
format_list_bulleted {{ trans('messages.system_logs') }}
@endsection
@section('content')
{{ trans('messages.last_300_logs') }}
@endsection