@extends('backpack::layout') @section('header')

{{ trans('backpack::logmanager.log_manager') }}{{ trans('backpack::logmanager.log_manager_description') }}

@endsection @section('content') {{ trans('backpack::logmanager.back_to_all_logs') }}

{{ \Carbon\Carbon::createFromTimeStamp($log['last_modified'])->formatLocalized('%d %B %Y') }}:

        
          {{ $log['content'] }}
        
      
@endsection @section('after_scripts') @endsection