このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
kikikan/backend/resources/views/pages/pdf.blade.php

8 行
181 B
PHP
Raw 通常表示 履歴

2021-12-23 16:50:57 +09:00
@extends('common.layout')
2021-12-19 12:27:03 +09:00
2021-12-23 16:50:57 +09:00
@section('title', 'KIKIPDF')
2021-12-19 12:27:03 +09:00
2021-12-26 15:31:27 +09:00
@section('content')
<div id="pdf-preview"></div>
<input type="hidden" value={{ $path }} id="pdf-url">
@endsection