Portfolio Entries
| Slug | Title | Published | Created At | Updated At | |
|---|---|---|---|---|---|
| {{ $b->slug }} | {{ $b->title }} | {!! $b->published_at ? ' Yes ' : 'No ' !!} |
{{ $b->created_at }} | {{ $b->updated_at }} |
@extends('layouts.app')
@section('content')
Portfolio Entries
@foreach($portfolios as $b)
Slug
Title
Published
Created At
Updated At
@endforeach
{{ $b->slug }}
{{ $b->title }}
{!! $b->published_at ? '
{{ $b->created_at }}
{{ $b->updated_at }}