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

OP點數 FTP

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