@extends('layouts.admin') @section('title', $Title) @section('content')

{{ $Title }}

@if($message = Session::get('errormsg')) @endif @if($message = Session::get('msg')) @endif
@csrf
{{-- Left Column --}}
@if($errors->any())
{{$errors->first('prefix',':message')}}
@endif
@if($errors->any())
{{$errors->first('first_name',':message')}}
@endif
@if($errors->any())
{{$errors->first('last_name',':message')}}
@endif
@if($errors->any())
{{$errors->first('authors',':message')}}
@endif
@if($errors->any())
{{$errors->first('university',':message')}}
@endif
@if($errors->any())
{{$errors->first('department',':message')}}
@endif
@if($errors->any())
{{$errors->first('address',':message')}}
@endif
@if($errors->any())
{{$errors->first('email',':message')}}
@endif
@if($errors->any())
{{$errors->first('phone',':message')}}
@endif
@if($errors->any())
{{$errors->first('whatsapp',':message')}}
@endif
{{-- Right Column --}}
@if($errors->any())
{{$errors->first('category',':message')}}
@endif
@if($errors->any())
{{$errors->first('article_type',':message')}}
@endif
@if($errors->any())
{{$errors->first('journal',':message')}}
@endif
@if($errors->any())
{{$errors->first('title',':message')}}
@endif
@if($errors->any())
{{$errors->first('image',':message')}}
@endif
@if($article->pdf_path) Current: View PDF @endif @if($errors->any())
{{$errors->first('pdf',':message')}}
@endif
@if($errors->any())
{{$errors->first('doi',':message')}}
@endif
@if($errors->any())
{{$errors->first('volume',':message')}}
@endif
@if($errors->any())
{{$errors->first('issue',':message')}}
@endif
@if($errors->any())
{{$errors->first('publication_date',':message')}}
@endif
@if($errors->any())
{{$errors->first('status',':message')}}
@endif
@if($errors->any())
{{$errors->first('citation',':message')}}
@endif
@if($errors->any())
{{$errors->first('copyright_text',':message')}}
@endif
@if($errors->any())
{{$errors->first('abstract',':message')}}
@endif
@if($errors->any())
{{$errors->first('full_text',':message')}}
@endif
@endsection