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

Id {{ $row->id }}
Userid {{ $row->userid }}
Url {{ $row->url }}
Note {{ $row->note }}
Created {{ $row->created }}
Icon {{ $row->icon }}
Is Read {{ $row->is_read }}
@stop