@extends('layouts.app') @section('styles') @stop @section('scripts') @stop @section('content')

@if($topic->id) 编辑话题 @else 新建话题 @endif


@include('common.error') @if($topic->id)
@else @endif {{csrf_field()}}
@endsection