Files
citrus-cms/resources/views/mail-link-content.blade.php
T
2026-04-28 21:15:09 +03:00

11 lines
227 B
PHP

@extends('admin.master')
@section("title", get("title"))
<?php $type = get("type");
$id = "summary";
?>
@section('content')
@if(Hash::check($type, get("hash")))
@includeIf("admin.type.$type")
@endif
@endsection