@extends ('layouts.in') @section ('body') @include ('domains.monitor.log.header')
@foreach ($list as $each) @php ($link = $each->route) @endforeach
{{ __('monitor-log.name') }} {{ __('monitor-log.type') }} {{ __('monitor-log.updated_at') }} {{ __('monitor-log.size') }}
{{ $each->name }} {{ $each->type }} @dateWithUserTimezone($each->updated_at) @sizeHuman($each->size) @if ($each->route_download) @icon('download', 'w-4 h-4') @endif
@stop