{{-- mainLayouts extends --}} @extends('layouts.contentLayoutMaster') {{-- Page title --}} @section('title', 'Issue Create') @section('content')
@csrf
Add Issue
Issue *
@if ($errors->has('issue'))
{{ $errors->first('issue') }}
@endif
Cancel
@endsection