@extends('master') @section('title') Bookmarks « @stop @section('content')
@foreach($bookmarks as $bookmark)
@isset($bookmark->name) {{ $bookmark->name }} @endisset @empty($bookmark->name) {{ $bookmark->url }} @endempty   🔗
@endforeach
@stop