@extends('admin/layouts.master') @section('title', 'FTP Logs') @section('body')
@include('admin.message')

FTP Logs

@foreach ($logs as $log) @endforeach
{{ __('adminstaticword.Date') }} {{ __('adminstaticword.FTPfileName') }} {{ __('adminstaticword.ImportantNote') }} {{ __('adminstaticword.Type') }}
{{ $log->created_at }} {{ $log->name }} {{ $log->note }} {{ $log->type }}
@endsection