@extends('admin/layouts.master') @section('title', 'Sectional Topics - Admin') @section('body')
@include('admin.message')


@foreach($topics as $topic) @endforeach
# Sectional Test Topic Course Schedule Date Questions Results {{ __('adminstaticword.Action') }}
1 {{$topic->title}} @php $course=App\SubCategory::where('id', $topic->subcategory)->first(); @endphp {{$course->title}} {{$topic->schedule_at}} Questions Results
{{ csrf_field() }} {{ method_field('DELETE') }}
@endsection