@extends('layouts.master') @section('content') @if (request()->app == 'appview') @section('header') @stop @else

{{ $post->category?$post->category->name:''}} Details

@endif {!! csrf_field() !!} @if (Session::has('flash_notification')) @include('common.spacer')
@include('flash::message')

Fatal error: Uncaught Error: Class 'Session' not found in /var/www/html/resources/views/post/details.blade.php:31 Stack trace: #0 {main} thrown in /var/www/html/resources/views/post/details.blade.php on line 31