urlsnail/resources/views/bookmarks/show.blade.php

9 lines
197 B
PHP

@extends('layouts.app')
@section('content')
<p>
<a href="{{ action('BookmarkController@index') }}">&larr; Back</a>
</p>
<livewire:bookmark :bookmark="$bookmark" />
@endsection