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

All Service Posts

@foreach ($services 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') }}
Edit {{-- View --}} Delete
@endsection