@extends('layouts.app') @section('content')

{{ $bookmark->title }}

{{ $bookmark->href }}

@if ($bookmark->description)

{{ $bookmark->description }}

@endif

{{ $bookmark->created_at }}

@endsection