@include('admin.header')

Add New Information Item

@if($errors->any())
Oops! Please fix the following errors:
@endif
@csrf @include('admin.information-library.form') Cancel
@include('admin.footer')