@extends('admin.layouts.app') {{-- @push('style') @endpush --}} {{-- @section('pagetitlesection') @endsection --}} @section('content')

Topics

@foreach ($topics as $topic) @endforeach
Topic Created On Status Action
{{ $topic->name }} {{ date('d-m-Y', strtotime($topic->created_at)) }} @switch($topic->is_active) @case(1) Active @break @case(0) Inactive @break @default Deleted @endswitch
@endsection @push('scripts') {{-- --}} @endpush