@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')