@extends('adminlte::page') @section('title', '利用規約改定日時更新') @section('content_header')
@stop @section('content')

前回の改定日時:{{$termUpdatedAt}}

@csrf
※日時の指定がない場合、改定日時は現在日時で更新されます。指定する場合は現在より前の日時をご入力ください。
@stop @section('js') @stop @section('css') @stop