@extends('layouts.admin') @section('page-css') @include('partials.trainingCSS') @endsection @section('main-content')
@csrf
The title field is required.
Assign to field is required.
The department field is required.
The category field is required.
The due date field is required.
The title field is required.
Warnings will go here!
@if(isset($pre_selected_docs)) @foreach($pre_selected_docs as $preDoc)
@if(isset($preDoc->doc_type) && $preDoc->doc_type !='' && in_array($preDoc->doc_type,array('png','jpg','jpeg'))) {{$preDoc->doc_name}} @else   @endif
{{$preDoc->doc_name}}
X
@endforeach() @endif()
X
@endsection @section('bottom-js') @include('partials.trainingJS') @endsection