1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-12 21:22:28 +01:00
polr/resources/views/shorten_result.blade.php

6 lines
82 B
PHP
Raw Normal View History

2015-11-06 00:16:55 +01:00
@extends('layouts.base')
@section('content')
<h1>{{$short_url}}</h1>
@endsection