@extends('admin.master') @section('content')

Blogs List


@foreach ($blogs as $blog)
image
{{$blog->title}}
{{$blog->date}}

{!!\Illuminate\Support\Str::limit($blog->description, 120, $end='...')!!}

@endforeach

{{$blogs->links()}}

@endsection