@extends('admin/layouts.master') @section('title', 'ICP續訂') @section('body')
@include('admin.message')

ICP續訂

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