@extends('admin/layout') @section('page_title',$single_news->news_title.' | View') @section('miscellaneous_select','active') @section('news_select','active') @section('content') News View Dashboard Edit Back {{$single_news->news_title}} {!! $single_news->description !!} @endsection @section('scripts') {{-- --}} @endsection