Missing logs template files

This commit is contained in:
2023-02-14 20:26:31 -03:00
parent 376b72bacb
commit a576f3b0d0
2 changed files with 68 additions and 0 deletions

View File

@ -0,0 +1,5 @@
@extends('layout.base')
@section('page_title')
File {{$log->getFilename()}}
@endsection