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