@extends('layouts.admin') @section('title', 'Add Knowledge Bureau') @section('content_header')

Add Knowledge Bureau

@stop @section('content')

New Knowledge Bureau Details

@csrf
@error('name') {{ $message }} @enderror
@error('pdf') {{ $message }} @enderror
@stop @section('js') @stop