@extends('admin/layouts.master') @section('title', '訂閱日期測試') @section('body') @include('admin.message') 訂閱日期測試 輸入日期跟週期: @csrf 日期: * 週期: * 送出 @if( $date ) 輸出日期: {{$date}} @endif @endsection @section('scripts') @endsection