{!! Form::label('id', 'Id:') !!}

{!! $notice->id !!}

{!! Form::label('category_id', 'Category Id:') !!}

{!! $notice->category_id !!}

{!! Form::label('date_show', 'Date Show:') !!}

{!! $notice->date_show !!}

{!! Form::label('title', 'Title:') !!}

{!! $notice->title !!}

{!! Form::label('hat', 'Hat:') !!}

{!! $notice->hat !!}

{!! Form::label('content_short', 'Content Short:') !!}

{!! $notice->content_short !!}

{!! Form::label('content_long', 'Content Long:') !!}

{!! $notice->content_long !!}

{!! Form::label('image', 'Image:') !!}

{!! $notice->image !!}

{!! Form::label('photographer', 'Photographer:') !!}

{!! $notice->photographer !!}

{!! Form::label('image_legend', 'Image Legend:') !!}

{!! $notice->image_legend !!}

{!! Form::label('featured', 'Featured:') !!}

{!! $notice->featured !!}

{!! Form::label('published', 'Published:') !!}

{!! $notice->published !!}

{!! Form::label('clicks', 'Clicks:') !!}

{!! $notice->clicks !!}

{!! Form::label('author', 'Author:') !!}

{!! $notice->author !!}

{!! Form::label('created_at', 'Created At:') !!}

{!! $notice->created_at !!}

{!! Form::label('updated_at', 'Updated At:') !!}

{!! $notice->updated_at !!}