@extends('admin.layouts.app') @section('title') {{ 'New Issue: ' . $project->name }} @endsection @section('css') @endsection @section('contents')
New Project
Back
Add issue
@if(!$errors->isEmpty())
@foreach($errors->all() as $err)
{{ $err }}
@endforeach
@endif @if(Session::has('message'))
{{ Session::get('message') }}
@endif @if(Session::has('error'))
{{ Session::get('error') }}
@endif
@csrf
Summary
*
Project Key
*
(
Leave as it is!
)
Issue Type
*
Bug
Task
Priority
*
Highest
High
Medium
Low
Lowest
{{ old('description') }}
Submit
@endsection @section('js') @endsection