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

News

@foreach ($blog as $items) @endforeach
ID THUMBNAIL TITLE AUTHOR DESCRIPTION ACTION
{{ $items->id }} {{ $items->title }} {{ $items->author }} {!! Str::limit($items->description, 100, '...') !!}
@csrf @method('delete')
@endsection @section('css') @endsection @section('js') @endsection