@extends('layout.master') @section('css') @if ('pdf' == $informationsection->media_type) @endif @if ('audio' == $informationsection->media_type) @endif @stop @section('content')
@csrf

Edit Knowledge Center

@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('event_type'))
{{ $errors->first('knowledge_for') }}
@endif
@if ($errors->has('category_id'))
{{ $errors->first('category_id') }}
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
@if ($informationsection->media_type == 'image') @endif @if ($errors->has('media_link'))
{{ $errors->first('media_link') }}
@endif
@endsection @section('script') @stop