@extends('adminlte::page') @section('title', 'Forum User Topics Add') @section('content')

Add Forum User Topics

@csrf
@error('date') {{ $message }} @enderror
@stop @section('js') @stop @section('css') @stop