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

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


{{ __('files') }}

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

{{ __('id') }} {{ __('no.') }} {{ __('name') }} {{ __('description') }} {{ __('class_section') }} {{ __('subject') }} {{ __('lesson') }} {{ __('file') }} {{ __('created_at') }} {{ __('updated_at') }} {{ __('action') }}
@endsection @section('script') @endsection