@extends('layouts.frontendDashboard.master') @section('title', 'News') @push('styles') @endpush @section("body-start")
@endsection @section("content")
@include("frontend.content_manager.blogs.create")
{{__('#') }} {{__('Title') }} {{__('Category') }} {{__('Slug') }} {{__('Tags') }} {{__('Status') }} {{__('Date') }} {{__('Time') }} Actions
@endsection @push('scripts') @endpush