@extends('dashboard.layouts.master') @section('content')

{{__('admin.Add Journal')}}

@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('nickname')) {{ $errors->first('nickname') }} @endif
@if ($errors->has('about')) {{ $errors->first('about') }} @endif
@if ($errors->has('editorial_board')) {{ $errors->first('editorial_board') }} @endif
@if ($errors->has('submitting_articles')) {{ $errors->first('submitting_articles') }} @endif
@if ($errors->has('indexing_details')) {{ $errors->first('indexing_details') }} @endif
{{--
--}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{----}} {{--
--}} {{--
--}} {{--@if ($errors->has('categories'))--}} {{----}} {{--{{ $errors->first('categories') }}--}} {{----}} {{--@endif--}} {{--
--}} {{--
--}}
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
{{--
--}} {{----}} {{--
--}} {{----}} {{--@if ($errors->has('type_id'))--}} {{----}} {{--{{ $errors->first('type_id') }}--}} {{----}} {{--@endif--}} {{--
--}} {{--
--}}
@if ($errors->has('fees')) {{ $errors->first('fees') }} @endif
@if ($errors->has('editor')) {{ $errors->first('editor') }} @endif
@if ($errors->has('freq')) {{ $errors->first('freq') }} @endif
@if ($errors->has('doi')) {{ $errors->first('doi') }} @endif
{{----}}
@endsection @push('scripts') @endpush