@extends('layouts.index') @section('page_title') News Details @endsection @section('locations_active') nav-item active @endsection @section('news_active') nav-item active @endsection @section('pg_name') Project Details List @endsection @section('headaddons') @endsection @section('content') @if (count($errors) > 0)
News Author Name: {{ $item->authorName }}
News Title: {{ $item->newsTitle }}
News Content: {{ $item->newsContent }}
News Picture: {{ $item->newsPicture }}
Created At: {{ $item->created_at->format('Y-m-d') }}
Updated At: {{ $item->updated_at->format('Y-m-d') }}
Edit News