@extends('layouts.admin_layout') @section('title', 'Add News') @section('content') Add News Home Manage News Add News Add News @csrf Name* Thumbnail* Categories Select Category @foreach($news_categories as $news_category_row) {{$news_category_row->news_category_name}} @endforeach Publish Date* Preview* Content* Author Name* Author Profile Picture Attachment Type Select Attachment Type PDF File Link Attachment File Link Related Tags @foreach($news_tags as $news_tag_row) {{$news_tag_row->blog_tag_name}} @endforeach Meta Title* Meta Description* Status Active Inactive @endsection