mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-12 21:22:28 +01:00
6 lines
82 B
PHP
6 lines
82 B
PHP
|
@extends('layouts.base')
|
||
|
|
||
|
@section('content')
|
||
|
<h1>{{$short_url}}</h1>
|
||
|
@endsection
|