@php $dateTime = new DateTime(); $dateTime->modify('+1 hour'); $oneHourLater = $dateTime->format('Y-m-d H:i'); @endphp @extends('console_layouts.master') @section('title') 新增-常見問題 @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') @endslot @slot('title') 新增-常見問題 @endslot @endcomponent
@endsection @section('script') @endsection