@extends('layouts.main') @section('title','Log') @section('header','Log') @section('breadcrumb') @endsection @section('content')

Application Log Files / {{$fileName}}

@forelse($logCollection as $key => $log) @empty @endforelse
# Line Content
{{ $key + 1 }} {{ $log['line'] }} {{ $log['content'] }}
No Log File Exists
@endsection @push('custom-scripts') @endpush