6 lines
98 B
PHP
6 lines
98 B
PHP
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
<x-bookmark :bookmark="$bookmark" />
|
|
@endsection
|