@extends('admin.template.master') @section('title')

Blogs

@endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif

List

{!! Form::hidden('status', 1, ['id' => 'status']) !!}
ID Blog Title Author Category Short Description Image Featured Status Created By Published Date Created At Updated At Action
@endsection @section('javascripts') @endsection