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

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

@csrf
@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
{{----}}
@endsection @push('scripts') @endpush