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

Portfolio Entries

Back Create @foreach($portfolios as $b) @endforeach
Slug Title Published Created At Updated At
{{ $b->slug }} {{ $b->title }} {!! $b->published_at ? '
Yes
' : '
No
' !!}
{{ $b->created_at }} {{ $b->updated_at }}
@endsection @section('script') @endsection