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

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

{{ method_field('patch') }} {{ csrf_field() }}
@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
{{--
--}} {{----}} {{--
--}} {{--
--}} {{--@foreach($categories as $key => $category)--}} {{--
--}} {{----}} {{--@if($key == 0)--}} {{----}} {{--@else--}} {{----}} {{--@endif--}} {{--
--}} {{--@endforeach--}} {{--
--}} {{--@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(count($journal->features) == 0)
@else @foreach($journal->features as $key => $featureItem)
@if($key == 0) @else @endif
@endforeach @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