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

View Knowledge Bureau

@stop @section('content')

Knowledge Bureau Details

{{ $knowledge_bureau->name }}

Download/View PDF

@stop