1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-25 19:53:10 +01:00

15 lines
338 B
PHP

@extends('layouts.bookmarklet')
@section('content')
<div class="mt-3">
<p>@lang('linkace.bookmarklet_close')</p>
<a href="{{ route('front') }}" target="_blank" class="btn btn-primary">
<i class="fas fa-arrow-left mr-2"></i>
@lang('linkace.open_linkace')
</a>
</div>
@endsection