@extends('tracker::layouts.master') @section('title','New Issue') @section('content')

New Issue

@csrf @include('tracker::issues._form') Cancel
@endsection