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

Add Topic

@csrf {{-- --}}
@error('name') {{ $message }} @enderror
{{--
@error('last_name') {{ $message }} @enderror
--}}
@endsection @push('scripts') @endpush