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

All Blog Posts

@foreach ($blogs as $d) @endforeach
# Photo Title Author Created At Actions
{{ $loop->iteration }} {{ $d->title }} {{ Str::limit(strip_tags($d->content), 200, ' ...') }} {{ $d->created_at->format('D, M Y') }}
@endsection