@extends('admin/layouts.master') @section('title', '訂閱日期測試') @section('body')
@include('admin.message')

訂閱日期測試

輸入日期跟週期:

@csrf
@if( $date )

輸出日期:

{{$date}}
@endif
@endsection @section('scripts') @endsection