@extends('admin.layouts.app') @section('title') {{ 'Issue: ' . $issue->summary }} @endsection @section('css') @endsection @section('contents')

New Project

Back

Edit 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 @method('PATCH')
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
@endsection @section('js') @endsection