@extends('layout.default')
@section('title')
{{ __('common.edit') }} {{ __('forum.post') }} - {{ $topic->name }} -
{{ config('other.title') }}
@endsection
@section('meta')
@endsection
@section('breadcrumbs')
{{ __('forum.forums') }}
{{ $category->name }}
{{ $forum->name }}
{{ $topic->name }}
{{ __('common.edit') }}
@endsection
@section('nav-tabs')
@include('forum.partials.buttons')
@endsection
@section('content')
{{ __('common.edit') }} {{ __('forum.post') }} {{ strtolower(__('forum.in')) }}:
{{ $forum->name }}
@endsection