@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
{{-- Failed --}} @if(Session::has("failed")) @endif {{-- Success --}} @if(Session::has("success")) @endif
{{-- Blogs --}}
{{ __('#') }} {{ __('Date') }} {{ __('Category') }} {{ __('Tags') }} {{ __('Title') }} {{ __('Short description') }} {{ __('Status') }} {{ __('Actions') }}
{{-- Footer --}} @include('admin.includes.footer')
{{-- Action modal --}} {{-- Custom JS --}} @section('scripts') @endsection @endsection