@extends('layouts.master') @section('title') {{ __('manage') . ' ' . __('topic') }} @endsection @section('content')

{{ __('create') . ' ' . __('topic') }}

{!! Form::hidden('user_id', Auth::user()->id, ['id' => 'user_id']) !!}

{{ __('files') }}

{{ __('list') . ' ' . __('topic') }}

@if($semesters->count() > 0)
@endif
{{ __('id') }} {{ __('no.') }} {{ __('name') }} {{ __('description') }} {{ __('class_section') }} {{ __('subject') }} {{ __('lesson') }} {{ __('file') }} {{ __('created_at') }} {{ __('updated_at') }} {{ __('action') }}
@endsection @section('script') @endsection