@extends('dash.layouts.app')
@section('title')
Blogs
@endsection
@section('css')
@endsection
@section('content')
# |
Thumbnail |
Title |
Status |
Action |
@foreach($blogs as $key => $blog)
{{$key+1}} |
}}) |
{{$blog->title}} |
|
|
@endforeach
@endsection
@section('js')
@endsection