@extends('layouts.app') @section('title', $title = __('topic.index')) @section('content') {{ __('topic.add') }} @include('topics.create') @endsection