@extends('master') @section('title') Bookmark « @stop @section('content')
@isset($bookmark->name) {{ $bookmark->name }} @endisset @empty($bookmark->name) {{ $bookmark->url }} @endempty @isset($bookmark->content)

{{ $bookmark->content }}

@endisset @isset($bookmark->screenshot) @endisset @if(count($bookmark->tags) > 0) @endif
@stop