Annika Backstrom
0b1fe6d491
Seems like overkill for this stage of things. It's also not clear to me how to use Livewire for only a subset of interactive functionality on the page.
9 lines
190 B
PHP
9 lines
190 B
PHP
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
<p>
|
|
<a href="{{ action('BookmarkController@index') }}">← Back</a>
|
|
</p>
|
|
<x-bookmark :bookmark="$bookmark" />
|
|
@endsection
|