@extends('layouts.app') @section('page_title') {{ (!empty($page_title) && isset($page_title)) ? $page_title : '' }} @endsection @push('head-scripts') @endpush @section('content')

{{ (!empty($p_title) && isset($p_title)) ? $p_title : '' }}

{{ (!empty($url_text) && isset($url_text)) ? $url_text : '' }}
# Title Department Author Year Actions
@if (!empty($p_description) && isset($p_description)) @endif
@endsection @push('js') @if (Session::has('messages')) @endif @endpush