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