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

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

{{ method_field('patch') }} {{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('nickname')) {{ $errors->first('nickname') }} @endif
@if ($errors->has('Order')) {{ $errors->first('Order') }} @endif
@if ($errors->has('note')) {{ $errors->first('note') }} @endif
@if ($errors->has('journal_id')) {{ $errors->first('journal_id') }} @endif
parent_id == null) style="display: none;" @endif>
@if ($errors->has('parent_id')) {{ $errors->first('parent_id') }} @endif
{{----}}
@endsection @push('scripts') @endpush