@extends('master') @section('title')Like « @stop @section('content')
Liked a post @isset($like->author_name) by @isset($like->author_url) {{ $like->author_name }} @else {{ $like->author_name }} @endisset @endisset
{!! $like->content !!}
@stop