@extends(decide_template()) @section('title', $pageTitle) @section('page_styles') @endsection @section(decide_content()) @if (Session::has('msg'))
{{ Session::get('msg') }}
@endif @if (Session::has('alert'))
{{ Session::get('alert') }}
@endif
@include('logs.bootstrap-4.nav')
@foreach($headers as $key => $header) @endforeach @if ($rows->count() > 0) @foreach($rows as $date => $row) @foreach($row as $key => $value) @endforeach @endforeach @else
@if ($key == 'date') {{ $header }} @else {!! log_styler()->icon($key) . ' ' . trans($header) !!} @endif @lang('common.table_heading.actions')
@if ($key == 'date') {{ $value }} @elseif ($value == 0) {{ $value }} @else {{ $value }} @endif

( ! ) Fatal error: Uncaught Error: Call to undefined function trans() in /home/mohamma2/public_html/subdomains/testing.mohammad.jt.mumara.dev/resources/views/themes/default/logs/bootstrap-4/logs.blade.php on line 130
( ! ) Error: Call to undefined function trans() in /home/mohamma2/public_html/subdomains/testing.mohammad.jt.mumara.dev/resources/views/themes/default/logs/bootstrap-4/logs.blade.php on line 130
Call Stack
#TimeMemoryFunctionLocation
10.0008427336{main}( ).../logs.blade.php:0