@extends('backend.layouts.app') @section('content')
Blogs
@foreach ($blogs as $items) @endforeach
Thumbnail Title Author Description Action
{{ $items->title }} {{ $items->author }} {!! Str::limit($items->description, 100, '...') !!}
@csrf @method('delete')
@endsection @section('js') @endsection