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

Filter

reset

Blog List Let's Learn Together

All User

@foreach($data['blog'] as $blog) @endforeach
Thumbnail Title Create at Actions
{{$blog->tittle}}
{{$blog->created_at->format('d D Y (H:i:s)')}}
@endsection