@extends('layouts.admin') @section('content')
{{__('The debug mode was expected to be `false`, but actually was `true`')}}
{{__('The environment was expected to be `production`, but actually was `development`')}}
{{ini_get('memory_limit')}}
{{round((disk_total_space(base_path('/'))-disk_free_space(base_path('/')))/disk_total_space(base_path('/')) * 100,1).'%'}}
|
{{$report->created_at->translatedFormat('d M, Y')}}
|
|
{{$comment->created_at->translatedFormat('d M, Y')}}
|