@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')

{{ __('Created Blogs List') }}

{{ __('Created Date') }} {{ __('Created By') }} {{ __('Title') }} {{ __('SEO URL') }} {{ __('Status') }} {{ __('Actions') }}
@endsection @section('js') @endsection