@extends('starter-kit::layouts.adminlayout') @section('page_title') {{__("Comments")}} - @endsection @section('content')
@include('starter-kit::component.err') @foreach ($logs as $log) @endforeach
{{__("User")}} {{__("Action")}} {{__("Information")}} {{__("Date")}}
{{$log->user->name}} {{__($log->action)}} {{__($log->loggable_type)}}| {{$log->loggable_id}} {{$log->persianDate()}}
{{$logs->links()}}
@endsection