@extends('admin.layouts.app') @section('header-script') @include('admin.layouts.forms-header-script') @endsection @section('content')

Blogs List

@foreach (['danger', 'warning', 'success', 'info'] as $key) @if(Session::has($key))

{{ Session::get($key) }}

@endif @endforeach
@if(count($blogs) > 0) @foreach($blogs as $blog) @endforeach @else @endif
Sl Image Title Post date Action
{{$i}}
{{$blog->title}} {{$blog->post_date}}
No Data Found
{{$blogs->links()}}
@endsection @section('footer-script') @include('admin.layouts.form-elements-footer-script') @endsection