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

Edit Knowledge Bureau

@stop @section('content')

Edit Knowledge Bureau Details

@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@if($knowledge_bureau->pdf) Current PDF @endif @error('pdf') {{ $message }} @enderror
@stop @section('js') @stop