@extends( ($theme =="white") ? 'layouts.white_theme': ( ($theme =="red") ? 'layouts.red_theme': (($theme =="green") ? 'layouts.green_theme': (($theme =="black") ? 'layouts.black_theme': ( ($theme =="blue") ?'layouts.blue_theme': 'layouts.yellow_theme' )))) ) @section('content')
{{ __('Sorry we cant find any data, to get rid of this message, make at least 1 entry') }}.
{{ __('Section') }} | {{ __('Title') }} | {{ __('Error message') }} | {{ __('Last action') }} |
---|---|---|---|
{{ $error->section }} | {{ Str::limit($error->title, 30) }} | {{ Str::limit($error->error_text, 30) }} | {{$error->created_at->diffForHumans()}} |