@extends('layout.master') @section('css') @stop @section('content')
@csrf

Add Knowledge Center

@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
@if ($errors->has('media_link'))
{{ $errors->first('media_link') }}
@endif
@stop @section('script') @stop