@extends('dashboard.layouts.master' ) @section('content') {{__('admin.Edit Issue')}} {{__('admin.Issues')}} {{__('admin.Edit Issue')}} {{ method_field('patch') }} {{ csrf_field() }} {{__('admin.name')}} @if ($errors->has('name')) {{ $errors->first('name') }} @endif {{__('admin.nickname')}} @if ($errors->has('nickname')) {{ $errors->first('nickname') }} @endif {{__('admin.Order')}} @for($x = 1; $x <= 100; $x++) order) selected @endif>{{$x}} @endfor @if ($errors->has('Order')) {{ $errors->first('Order') }} @endif {{__('admin.Notes')}} {{$issue->note}} @if ($errors->has('note')) {{ $errors->first('note') }} @endif {{__('admin.Journal')}} @foreach ($journals as $journal) id == $issue->journal_id) selected @endif>{{$journal->title}} @endforeach @if ($errors->has('journal_id')) {{ $errors->first('journal_id') }} @endif parent_id == null) style="display: none;" @endif> {{__('admin.Volume')}} parent_id == null) disabled @endif name="parent_id" id="parent_id"> @foreach ($childrens as $children) id == $issue->parent_id) selected @endif>{{$children->name}} @endforeach @if ($errors->has('parent_id')) {{ $errors->first('parent_id') }} @endif {{----}} {{__('admin.edit')}} @endsection @push('scripts') @endpush