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