@extends('dashboard.layouts.master') @section('content') {{__('admin.Add Journal')}} {{__('admin.Journals')}} {{__('admin.Add Journal')}} @csrf {{__('admin.Title')}} @if ($errors->has('title')) {{ $errors->first('title') }} @endif {{__('admin.image')}} @if ($errors->has('image')) {{ $errors->first('image') }} @endif {{__('admin.Description')}} {{old('description')}} @if ($errors->has('description')) {{ $errors->first('description') }} @endif {{__('admin.nickname')}} @if ($errors->has('nickname')) {{ $errors->first('nickname') }} @endif {{__('admin.aim and scope')}} {{old('about')}} @if ($errors->has('about')) {{ $errors->first('about') }} @endif {{__('front.Editorial Board')}} {{old('editorial_board')}} @if ($errors->has('editorial_board')) {{ $errors->first('editorial_board') }} @endif {{__('front.Submitting Articles')}} {{old('submitting_articles')}} @if ($errors->has('submitting_articles')) {{ $errors->first('submitting_articles') }} @endif {{__('front.Indexing Details')}} {{old('indexing_details')}} @if ($errors->has('indexing_details')) {{ $errors->first('indexing_details') }} @endif {{----}} {{----}} {{--{{__('Categories')}}--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--@if ($errors->has('categories'))--}} {{----}} {{--{{ $errors->first('categories') }}--}} {{----}} {{--@endif--}} {{----}} {{----}} {{__('admin.Category')}} @foreach ($categories as $category) {{$category->title}} @endforeach @if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif {{----}} {{----}} {{--Type --}} {{----}} {{----}} {{--@foreach ($types as $type)--}} {{--{{$type->title}}--}} {{--@endforeach--}} {{----}} {{--@if ($errors->has('type_id'))--}} {{----}} {{--{{ $errors->first('type_id') }}--}} {{----}} {{--@endif--}} {{----}} {{----}} {{__('admin.Fees')}} @if ($errors->has('fees')) {{ $errors->first('fees') }} @endif {{__('admin.Feature')}} @foreach ($features as $feature) {{$feature->title}} @endforeach {{__('admin.Editor in chief')}} @if ($errors->has('editor')) {{ $errors->first('editor') }} @endif {{__('admin.Frequency')}} @if ($errors->has('freq')) {{ $errors->first('freq') }} @endif {{__('admin.doi')}} @if ($errors->has('doi')) {{ $errors->first('doi') }} @endif {{----}} {{__('admin.Add')}} @endsection @push('scripts') @endpush