@extends('panel.layout.settings') @section('title', __('Site Logs')) @section('titlebar_actions', '') @section('settings') @if (Auth::user()->isAdmin()) @if ($app_is_not_demo)
{{ __('Copy') }} {{ __('Clear Log File') }}
@endif @endif @endsection @push('script') @endpush