@extends('layouts.admin') @section('title', '新建应用') @section('content')

新建应用

@csrf
密钥应该保密,并且还应该是唯一的。
{{-- 随机密钥生成 --}}
@endsection