@extends ('layouts.in') @section ('body')

@icon('home', 'w-5 h-5')

@foreach ($breadcrumb as $each)

/

{{ $each->name }}

@endforeach
@if ($is_file)
{{ $contents }}
@else
@foreach ($list as $each) @php ($link = route('server.log', ['path' => $each->hash])) @endforeach
{{ __('server-log.name') }} {{ __('server-log.type') }} {{ __('server-log.updated_at') }} {{ __('server-log.size') }}
{{ $each->name }} {{ $each->type }} {{ $each->updated_at }} {{ $each->size }}
@endif @stop