@extends('layouts.app') @section('title') {{ __('Log files') }} @endsection @section('breadcrumb')

{{ __('Log Files') }}

@endsection @section('content')
{{ __('#') }} {{ __('File Name') }} {{ __('Date') }} {{ __('Action') }}
@endsection @section('scripts') @endsection