website/resources/views/client/ideupload.blade.php

15 lines
408 B
PHP

@extends('layouts.idenosidebar')
@section('title')
<title>{{ env('APP_NAME') }}</title>
@endsection
@section('titlediscord')
<meta content="{{env('APP_NAME')}}" property="og:title" />
@endsection
@section('descdiscord')
<meta content="ARCHBLOX" property="og:description" />
@endsection
@section('content')
<h1>Publish</h1>
<p>This page is disabled as you cannot currently publish places.</p>
@endsection