@extends('admin/layouts.master') @section('title', '國泰銷帳') @section('body')
@include('admin.message')

國泰銷帳

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